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

    Hi,

    I am trying to change the height of the background color to cover only its text for the main menu links.
    please let me know how to change .
    I tried changing with the below css posted in Private Content.
    But that is not reducing the main menu when scroll down the page..
    Please check the Private content for details

    Thanks
    Swathi

    #1214536

    Gentle Reminder.

    #1216120

    Hi,
    Sorry for the late reply and thanks for the screenshot, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header:not(.header-scrolled) #header_main > .container .main_menu ul:first-child > li > a {
    height: 30px !important;
    line-height: 30px !important;
    }
    
    #top #header:not(.header-scrolled) #header_main > .container .main_menu .avia-menu {
    top: 60px;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1216410

    Thank you.

    #1216464

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce the height of the background color to its text for the main menu links’ is closed to new replies.