• Closed
  • Bob McKinley
    Spectator
    July 27, 2015 at 11:47 pm #19234

    Hi,

    How do I change menu item titles to all caps or bold, etc.? I’ve looked and can’t find a way to do it.

    Thanks,
    Mac

    Denzel Chia
    Moderator
    Posts: 2656
    July 28, 2015 at 7:29 am #19244

    Hi,

    Please try the following in Theme Options-> Custom CSS

    #header #nav ul li a {
    text-transform: uppercase !important;
    }

    Thanks!