• Resolved jthompsonjr

    (@jthompsonjr)


    Trying to set up one menu item to stand out (“Design Your Own”). I want to boldface that one item on the menu (or change color–haven’t decided).

    Any ideas on how and where to change that CSS?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jarret

    (@jarretc)

    Add the following to Appearance->Customize->Additional CSS

    #menu-primary-menu #menu-item-102 a { color: red; }

    If you want to change it to red, if you want to bold it as well

    #menu-primary-menu #menu-item-102 a { color: red; font-weight: bold; }

    Thread Starter jthompsonjr

    (@jthompsonjr)

    Perfect!

    Thank you SO much!

    Theme Author Automattic

    (@automattic)

    Thanks @jarretc, for your input!

    I’ll close this forum on our end. If you have any further questions, you can start a new thread.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘color change or bold one item on menu’ is closed to new replies.