Okay
  Public Ticket #1252817
Categories Style
Closed

Comments

  •  6
    caromalet started the conversation

    Hello! I would like to know how to modify the style of the categories in the home with Woocommerce. 

    I could do it with the featured products and by passing the mouse over it changes color, but I do not have this kind of tools with categories. How could I change it?

    I attach a picture about what i want to change. 

  • [deleted] replied

    Hi caromalet,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Our WooCoomerce categories offer that style only, if you want to style anything there then you should use Custom CSS area to apply your style changes.

  •  6
    caromalet replied

    Hi Ylli, sorry for not been specific! 

    What I mean is about the background of the element "woocomerce category product". The background is white for default and the images of my products and categories are white too.

    Do you know a way to change this background? I know that your support is for other reason but i searched everywhere and i couldn't find it.

    Kind regards,

    Caro

  • [deleted] replied

    Hi Caro,

    Ok then, thanks for clarifying that.

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Please add the code below to your Custom CSS area:


    .woocommerce .shop-categories .product-category-col>.product-category .woocommerce-loop-category__title, .woocommerce .shop-categories .product-category-col>.product-category h3 {
    background: rgba(51, 51, 51, 0.94) !important;
    color: #fff !important;
    }