Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44951
    BizQ
    Member

    Hi, How do I capitalize the first letter of each word in my header menu ? Thanks Arno
    http://www.bizq.co.za

    #44974
    Sakin
    Keymaster

    @BizQ: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu a, 
    #footer-menu ul.menu a {
        text-transform: capitalize;
    }
    #44980
    BizQ
    Member

    @Sakin: have tried the CSS custom code but it does not seem to work.
    What else can I try ? Thanks

    #44981
    Sakin
    Keymaster

    @BizQ: Did you refresh your site and check in. As I just check in your site and it’s working.

    #44982
    BizQ
    Member

    @Sakin: I did as you asked and still no change reflected on my side. I will check later and revert back if it still does not work. Thanks

    #44992
    BizQ
    Member

    @Sakin: Just to confirm that it works when viewing the website from my desktop but not when viewing the website via my Ipad. Thank you for your help.

    #45022
    Sakin
    Keymaster

    @BizQ: Can you let me know where did you added that CSS. I couldn’t check in detail as your CSS in minify and combined. I check in your site and found that you have Capitalized in Large Screen but in small one it has Uppercase. So, I need to check in your responsive css. If you cannot find it then you can replace the previous css with the following CSS. Please make site you add it in “Appearance => Theme Options => Custom CSS” box.

    #masthead #header-menu ul.menu a, 
    #colophon #footer-menu ul.menu a {
        text-transform: capitalize;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Capitalise text in menu’ is closed to new replies.