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

    Hey Enfold Team,

    1) When I reduce the width of my screen, the main menu overlaps the logo on the left. How can I fix that?

    2) How can I change the color of the main menu items when clicked?

    #1087895

    Hey allyson3,

    1. Please try this in Quick CSS:

    @media only screen and (max-width: 1230px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    2. You can set that under Enfold->Advanced Styling.

    Best regards,
    Rikard

    • This reply was modified 5 years, 7 months ago by Rikard.
    #1088016

    Thanks so much Rikard,

    The CSS worked perfectly!

    I have set the main menu to a dark grey, and it turns rust when hovered over… but I want the menu item to remain rust when clicked to indicate which page they are viewing. How can I do that?

    #1088358

    Hi,

    Add this to quick css:

    .current_page_item a .avia-menu-text{
    color:#a64e06!important;
    }

    Best regards,
    Jordan Shannon

    #1088375

    Thank you so much Jordan! Works perfect!

    #1088575

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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