Okay
  Public Ticket #2282320
Plugings and style
Closed

Comments

  •  1
    Irene started the conversation

    Hello

    We’ve recently purchase Aurum theme for small online shop we want to launch and we have some questions.

    I see that there are 3 plugings we have to pay for if we want to update:

    • Advanced Custom Fields PRO 
    • LayerSlider WP
    • WPBakery Page Builder that was 

    In case we don’t want to pay for them, may it be any security problem, bugs, …?Are there any free plugings, supported by Aurum, that can be use instead?

    On the other hand, there are some style questions I have:

    • When adding a product to the cart, it appears a green square saying that the product has been added, with a button to the cart. Where can I change that green colour? (I have seen it in other places, but I can find how to change it) - See cart.png attach
    • To visit the shop, you can go through the main menu or, when clicking on the shop menu, it appears categories. How can I change the black rectangle with the shop categories? We'd like to put it on another colour? - See categories.png attach.

    Many thanks in advance
    Waiting your news,
    Irene

  • [deleted] replied

    Hi Irene,

    1— We always release theme update that offer the latest version of the theme bundled plugins, so once you update your theme then you can go to Appearance > Install Plugins area to update your mentioned plugins.

    We will release a new update ro Aurum very soonsmile.png

    2— Can you please add the code below to your Custom CSS area:

    .woocommerce-message {
    background-color: #0f6dbd;
    box-shadow: 0 0 0 6px #0f6dbd;
    }

    3— Please just add this CSS code to your Custom CSS area:

    .woocommerce .products.shop-categories .product-category a .woocommerce-loop-category__title, .woocommerce .products.shop-categories .product-category a h3 {
    background-color: #0f6dbd;
    }

    * you can change the #0f6dbd color with your prefered color.

    Have a great day!

  •  1
    Irene replied

    Many thanks Ylli!

    And... to change the font color on the categories? I've tried to find some "font-color" or similar, but they seam not to be the correct words

    Soooo many thanks for your help
    Irene

  •  1
    Irene replied

    Sorry again, Ylli!!

    What about the green box that appears when a pay is done?? Can we also change that color?

    Many thanks again
    Waiting your news!
    Irene

    And so good to hear that all the plugings will be updated without problem with the new updated Aurum version! :)

  • [deleted] replied

    Hi Irene,

    1— Please just add this CSS code to your Custom CSS area:

    .woocommerce .products.shop-categories .product-category a .woocommerce-loop-category__title, .woocommerce .products.shop-categories .product-category a h3 {
        color: #ece707;
    }
    .woocommerce mark {
        color: #ece707;
        font-weight: normal;
    }

    2— Here is the CSS code:

    .alert.alert-success {
    background: #f98080;
    border-color: #f98080;
    }

    P.S: We have just released a new update to Aurum yesterday (read changelog)smile.png

    Have a nice day!

  •  1
    Irene replied

    Hello again Ylli

    Great!!! We'll update Aurum tonight! :)

    On the other hand... another CSS question....
    When adding a product to the cart, it appears a green rectangle (the one you've already told me how to change color) with a buttom on it to go to the cart. Can we change the color of the buttom and the text inside?

    And on the categories we've already change color, would it be possible that the number of products of each category doesn't appear?

    Many many many thanks again!
    Irene

  • [deleted] replied

    Hi Irene,

    I'm happy to hear thatsmile.png

    Those area customization questions and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    1— This code will change all the WooCommerce buttons:

    .woocommerce .button {
        background-color: #2228dc;
        color: #f9f304;
    }

    and this one:

    .woocommerce-notices-wrapper .button {
        background-color: #2228dc;
        color: #f9f304;
    }

    will change just the area that you mentioned.

    2— Yes that is possible, just add this CSS code to your Custom CSS area:

    .woocommerce .products.shop-categories .product-category a .woocommerce-loop-category__title .count, .woocommerce .products.shop-categories .product-category a h3 .count {
    display: none;
    }

    Have a great day!

  •   Irene replied privately
  • [deleted] replied

    Hi Irene,

    I'm happy to hear that.

    Don't worry, If you need help in the future please don't hesitate to write a new ticket so one of our support agents will assist yousmile.png

    Enjoying our theme? Head over to your Downloads tab and give it a nice review. We will love you forever.

    Have a great weekend!