Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1150422
    Brandt1097
    Participant

    Hello X!

    Thanks for an amazing theme. However, i have a question….

    How can i get rid of this yellow color and product counter (Woocommerce)
    See picture…

    Thanks, Mikkel

    #1150433
    Thai
    Moderator

    Hi Mikkel,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .product-category .count {
        display: none;
    }

    Hope it helps 🙂

    #1150441
    Brandt1097
    Participant

    Thank you!

    That helped! I hope that you can help me with one more thing…

    Is there a way, where I can center the text and the picture inside the box. (The box, which is a little hard to see…)

    See picture below.

    Thanks, Mikkel

    #1150457
    Christian
    Moderator

    Please give us the URL of your shop page.

    Thanks.

    #1150465
    Brandt1097
    Participant

    https://www.moresilence.com/butikken/

    Here you go. 🙂

    #1150486
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .product-category h3 {
        text-align: center;
    }

    Hope that helps. 🙂

    #1150510
    Brandt1097
    Participant

    Hello again.

    It worked perfectly with the text – but it would be awesome if the pictures would be centered aswell. 🙂

    Thanks, Mikkel

    #1150523
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    li.product-category.product {
        text-align: center;
    }

    Regards!

    #1150539
    Brandt1097
    Participant

    It worked perfectly!

    Thanks for amazing support! 😀

    Mikkel

    #1150544
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1150422 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>