Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1378433

    Hello!
    How can I change the typography of sub menu into UPPERCASE?
    In advanced styling options I can only change the size.

    View post on imgur.com

    Thanks in advance and best regards
    Josephine

    #1378436

    Hey Josephine,

    Thanks for contacting us!

    I added following code to Quick CSS in Enfold theme options > General Styling

    
    /* Transform submenu to uppercase */
    .av-main-nav ul {
      text-transform: uppercase;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    #1378442

    Hey Yigit,

    great, thanks a lot!

    Best regards,
    Josephine

    #1378443

    I have another question concerning the typography of the main menu.
    I would like it to change the color on hover and also that the font color stays when I visit a page.
    So that the user see what page he is visiting.

    #1378462

    Hi,

    You are welcome!

    You can go to Enfold theme options > Advanced Styling and add extra “Main Menu Links” to edit and check “Apply only to mouse hover state” and “Apply only to active state” options to change the colors of those states :)

    Best regards,
    Yigit

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