Viewing 1 replies (of 1 total)
  • Plugin Author Tracey Holinka

    (@traceyholinka)

    If you’re trying to bold a specific menu item, you can do that in your theme style sheet using the menu item’s id. Something like this:

    #menu-item-55 {
      font-weight: 700;  /* bold */
      font-style: italic;  /*italic */
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Valid Title Attribute’ is closed to new replies.