Home Forums WoodMart support forum product category hover background color

product category hover background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185016

    hlondono
    Participant

    Hi, Can i in hover keep the same background color that in original state in prodcut category module, i show example in the image below.

    Attachments:
    You must be logged in to view attached files.
    #185051

    Hello,

    I saw the screenshot you attached. To remove the background overlay color from the categories grid you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .cat-design-center .wrapp-category::before {
    background: transparent;
    }

    You need to change the color of the more products text as well because when you remove the overlay they will not be visible. So you need to add the following CSS to change the color.

    .cat-design-center .more-products {
    color: green;
    }

    You can set the color according to your needs.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)