Home Forums WoodMart support forum Button color change

Button color change

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #599368

    eryamanengin
    Participant

    There is a menu of my product categories on my website, and 11 categories are displayed. I need to click on the “more” button to see the rest. I want to change the color to make it more visible, but I am unable to change it.

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #599441

    eryamanengin
    Participant
    #599450

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-nav-vertical.wd-design-default>li.wd-more-cat-btn>a {
        background-color: #0551A0;
        color: #fff;
    }

    Best Regards.

    #599451

    eryamanengin
    Participant

    It happened like this but how can I change the color when hovering over it? Hover setting

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