Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #654198

    HI.
    I want the Menu items in the Logo area to be uppercase. I can achieve this with all the other pages except with the ‘Home’ page. It appears as uppercase in the edit page setting however when viewing the home page it is still lower case.
    How do I fix this?

    • This topic was modified 8 years, 4 months ago by taoleo.
    #655353

    Hey taoleo,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .av-main-nav > li {
        text-transform:uppercase!important; 
    }
    

    If that does not help please post a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #655492

    Hi Vinay,
    That shortcode didn’t seem to work. Please login in.
    In the menu bar ‘Home’ remains lower case despite it being upper case in the Pages Edit section of Enfold.
    Home needs to be upper case.

    #655557

    Hi,

    I have added the below code in Quick CSS please review the site now.

    .av-main-nav > li > a {
        text-transform: uppercase;
    }

    Best regards,
    Vinay

    #655566

    Hi Vinay,
    Unfortunately can’t see any change, Home does not appear to be upper case.

    I am adding Quick CSS for paragraph font type. Are these Quick CSS changes persistent or do they delete with a theme update?

    #655853

    Hi,

    You have created a menu in Appearance > Menus but forgot to check “Enfold main menu” under Menu settings. I did it for you, please review your website now

    Best regards,
    Yigit

    #655936

    Oh…. ;)
    Many thanks Yigit, all good.

    #656056

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Home in Loge area- will not accept uppercase [SOLVED]’ is closed to new replies.