• Closed
  • Bob McKinley
    Spectator
    27.07.2015 at 23:47 #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
    28.07.2015 at 07:29 #19244

    Hi,

    Please try the following in Theme Options-> Custom CSS

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

    Thanks!