Home Forums WoodMart support forum CSS code

CSS code

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131412

    kenji
    Participant

    Dear Support,

    Can you show me where to find the CSS code to adjust the light grey transparent rollover effect? Please see “Accessories” category where I rolled over.

    Thanks.

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

    Hello,

    Please provide the page URL. As I understand you want a light grey transparent background on hover for categories? Please provide more details.

    Best Regards

    #131449

    kenji
    Participant

    Please hover the categories under SHOP BY ASPIRATION at the bottom of the homepage.
    Thanks.

    #131487

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .cat-design-center:hover .wrapp-category:before, 
    body .cat-design-replace-title:hover .wrapp-category:before {
        opacity: 0.6;
        background-color: grey;
    }

    Set the color and opacity as per your needs.

    Best Regards

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