Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1143704

    Hi, i need uppercase text in my main menu – this doesn’t work:

    .av-main-nav-wrap {
    text-transform: uppercase !important;
    }

    any other solution?

    Thank you!

    #1143743

    Hey Stefan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .av-main-nav li a {
      text-transform: uppercase;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1143745

    thank you for helping, but it doesn’t work. Also with “!importat” it doesn’t work

    #1143963

    Hi,

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

    Best regards,
    Jordan Shannon

    #1144101

    Now it works, but only in the desktop version – not on mobiles

    • This reply was modified 5 years, 1 month ago by Luisgasser.
    #1144204

    Hi,

    Provide a link to the site/page in question so we can look into this further. Mobile has a hamburger menu class. You need to target that.

    Best regards,
    Jordan Shannon

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