Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #614767

    Hi, how can I highlight a particular submenu item (e.g. by changing background, making it bold and adding a font colour).
    thank you.

    #614798

    Hey!

    Please go to Appearance > Menus and click on your menu item and choose to display Button Style

    Best regards,
    Yigit

    #614825

    Hi, that works for the top navigation menu items, but I want to pick out one from the dropdown submenu – I have about 6 items listed, I want to highlight the 3rd one.

    #614830

    Hi!

    Please post the link to your page and point out your menu item that you would like to highlight :)

    Cheers!
    Yigit

    #614832

    see private area..

    #614840

    Hi!

    Please add following code to Quick CSS

    li#menu-item-48 a {
        color: red;
        background: #f2f2f2;
    }

    Regards,
    Yigit

    #615077

    perfect, thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Highlight a specific submenu item’ is closed to new replies.