Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #313072

    Hello,
    Please check http://www.salonmimique.nl/mimique
    I’ve changed the position of the menbar. But now there’s a big gap underneath item “behandelingen” and it’s sub-items. Is there a way to remove this gap?

    And is it also possible to change the color of ONLY the sub-item-text when hovering over it? I would like to turn the text into brown when hovering over the sub-item but don’t know how to fix this.

    Thanks for your help!

    Martine

    #313354

    Hi famewebdesign!

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

    .av-main-nav ul { top: 60%; }

    Cheers!
    Yigit

    #313405

    Nice! Thanks!

    In “advanced styling” I changed the “Main Menu Sublevel Links”.
    I added the color #1d1103 as font-color and checked the option “apply only to mouse hover state”.
    I would like to accomplish that the text-color of the sub-menu-items will turn brown when hovering over them. Because now you can’t read the text.

    The color does not change.

    What did I do wrong?

    #314231

    Hey!

    Try adding this code to the Quick CSS:

    .sub-menu a:hover .avia-menu-text{
    color: red !important;
    }

    Modify as needed.

    Cheers! 
    Josue

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