Home Forums WoodMart support forum menu text color

menu text color

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

    BABYduNET
    Participant

    Hi,
    I would like to change the color of the menu text, main color in blue and keep the color on hover

    Thank you

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav[class*="wd-style-"]>li.current-menu-item>a {
    color: #11378C;
    }

    Best Regards

    #283710

    BABYduNET
    Participant

    HI,

    Thanks for your help, I added the code but nothing changed, I refreshed and deleted the browser cache but no results

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

    BABYduNET
    Participant

    if you want to have access to the admin panel

    #283742

    Hello,

    Please replace the previous Custom CSS with the following.

    .whb-color-dark .navigation-style-default .item-level-0>a {
        color: #11378C;
    }

    Then clear cache and check back.

    Regards.
    Xtemos Studios

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