Home Forums WoodMart support forum How to add background color or text color for the active item on this menu ?

How to add background color or text color for the active item on this menu ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #257881

    Agora
    Participant

    Hello May I ask how to add background color or text color for the active item on this menu by css? Thanks !

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

    Hello,

    I saw the screenshot you attached.

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

    .menu-categories-container .current-menu-item a {
        color: green;
        background-color: aqua;
    }

    Regards.
    Xtemos Studios.

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