Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #385734

    Hi,
    I would like to increase the height of the underline of the main menu active item.
    2px curently
    Sorry about my english
    Thanks

    #385737

    Hi ppi37!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-menu-fx { height: 7px; }

    Best regards,
    Yigit

    #385766

    Hi Yigit,
    nothing change.
    always height : 2px
    thanks

    #385769

    Hi!

    Please try adding !important rule as following

    .avia-menu-fx { height: 7px !important; }

    If that too does not work, please post the link to your website.
    Cheers!
    Yigit

    #385805
    This reply has been marked as private.
    #386041

    Hey!

    You have an error on your Quick CSS code, a missing closing “}” here:

    #header_meta .container {
    min-height: 40px;
    
    .avia-menu-fx { height: 7px !important; }

    Should be:

    #header_meta .container {
    min-height: 40px;
    }
    .avia-menu-fx { height: 7px !important; }

    Cheers!
    Josue

    #386095

    Thanks a lot Josue,
    And finally the Yigit quick CSS was good.

    #386097

    And now,
    I must do the same thing with the bar on the top of the sub menu.
    Thanks

    #386262

    Hi!

    Please add following code to Quick CSS as well

    .av-main-nav > li > ul { border-top-width: 6px; }

    Best regards,
    Yigit

    #387062

    That is what I wanted.
    Thanks Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘underline of the main menu active item’ is closed to new replies.