Home Forums WoodMart support forum header menu color

header menu color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #345563

    Kathir
    Participant

    how can i change the menu colour and hover colour to white ?
    https://prnt.sc/26dxdyl

    #345571

    Hello,

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

    .whb-top-bar .wd-nav-secondary>li>a {
        color: white;
    }
    
    .whb-top-bar .wd-nav-secondary>li>a:hover {
        color: white;
    }

    Best Regards

    #345583

    Kathir
    Participant

    now its white colour, but after i click on the menu and move my mouse the menu is missing

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

    Hello,

    Please try adding the following Custom CSS for that.

    .whb-top-bar .wd-nav-secondary>li>a:active {
        color: white;
    }

    Best Regards

    #345601

    Kathir
    Participant

    still not fixed

    #345800

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

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