[Resolved] Customize Simple Mega Menu

Home Forums Support [Resolved] Customize Simple Mega Menu

Home Forums Support Customize Simple Mega Menu

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1511376
    Sara Genone

    Thank you David
    last question about the secondary menu 🙂
    Could I set 100% height of the hover background color of single item?
    Now that seems there is a margin or padding (top and bottom) of the single item, when it’s on hover or selected
    Thanks
    sara

    #1511747
    David
    Staff
    Customer Support

    I am not sure i am seeing the issue – could you provide a screenshot ?

    #1513712
    Sara Genone

    Hi David
    the screenshot is here: https://www.dropbox.com/s/fbkm4r84c6h0uby/Schermata%202020-11-01%20alle%2019.52.20.png?dl=0
    Look in the secondary menu the item “Chi Siamo”, the style of the hover and selected background color. Could you help me to setup the bg color at full height?
    I hope is clear my request…
    Thank you
    sara

    #1513774
    Elvin
    Staff
    Customer Support

    Look in the secondary menu the item “Chi Siamo”, the style of the hover and selected background color. Could you help me to setup the bg color at full height?
    I hope is clear my request…

    You should be able to adjust its color on Dashboard > Appearance > Customize > Colors > Secondary Navigation. 🙂

    #1514107
    Sara Genone

    Hi Elvin
    on the Dashboard > Appearance > Customize > Colors > Secondary Navigation I can set the color of the bg not the height …
    Do you suggest any solution to set this height color at the same height of the secondary menu?
    thank you
    sara

    #1514116
    Elvin
    Staff
    Customer Support

    You can use nav#secondary-navigation selector.

    Try this CSS code:

    nav#secondary-navigation{
    height: 150px;
    }

    You can even add the bg color and colors here if you want.

    Example:

    nav#secondary-navigation{
    height: 150px;
    background-color: white; /* background color */
    color: black /* text color* 
    }
Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.