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

    Hello,
    I don’t know why The HOME page’s menu stays in lowercase, how can I make it uppercase as the other menus?

    #1224860

    Hey pietro_fanciulli,

    Please try the following in Quick CSS under Enfold->General Styling:

    #avia-menu li.current-menu-item a {
        text-transform: uppercase;
    }

    Best regards,
    Rikard

    #1224916

    Hey Rikard,
    I tried but it seems it doesn’t work, it stays Home in lowercase.
    Best regards,
    Pietro Fanciulli

    #1225033

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1225098

    I checked and now it works in the HOME page (it took a while before it changed) but it doesn’t work when I open other pages, Homes stays in lowercase. I also cleared the cache with SiteGround optimizer.
    Best regards,
    Pietro Fanciulli

    #1225409

    Hi Pietro,

    Thanks for the update. Please try replacing the CSS I sent before with this:

    #avia-menu li.current-menu-item a, #avia-menu .menu-item a {
        text-transform: uppercase;
    }

    Best regards,
    Rikard

    #1226414

    Ok now it works everywhere. Thank you very much!

    #1226525

    Hi pietro_fanciulli,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.