Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #336579

    Hello –

    I would like to make one of the items in a mega menu stand out by applying unique styling to it.

    Specifically, “Registration Steps” under the “Join the Club” menu.

    How can I achieve this?

    Thanks,

    #336905

    Hey billlon!

    Please add following code to Quick CSS and adjust as needed

    li#menu-item-529 a {
    color: white;
    }

    Cheers!
    Yigit

    #338139

    Hi Yigit –

    this worked great. Thanks! Now I would like to really make it pop by changing the background color.

    I tried

    li#menu-item-529 {
    background-color: <my color>;
    }

    but that didn’t do it. Clearly I am css illiterate :(

    Please point me in the right direction.

    Thanks,
    billlon

    #339386

    Nevermind – I figured it out on my own (really it was so easy that I deserve you to waste your time on it!!)

    Thanks for the amazing support

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify style of single menu item in mega menu’ is closed to new replies.