Home Forums WoodMart support forum Change color of Font menu

Change color of Font menu

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

    chayakorn
    Participant

    Hi,
    Please advise how to change the font menu color.
    Thanks
    CK

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

    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 a {
        color: red;
    }

    Best Regards

    #399053

    chayakorn
    Participant

    and Hover to be Black ??

    #399216

    Hello,

    Please try adding the following custom CSS for that.

    .wd-nav[class*="wd-style-"]>li a:hover {
        color: black;
    }

    Best Regards

    #399432

    chayakorn
    Participant

    thank you

    #399436

    Hello,

    You are Most Welcome.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change color of Font menu’ is closed to new replies.