Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #481256

    Hi

    Can you tell me the codes I need to insert in order to change the hover color (or make one, I don’t have one yet) for the fullwidth submenu (main menu links and submenu links). I’ve tried the advanced styling for the submenu links but it doesn’t work. When you hover over it it all comes in white and I can’t change it. And I’d like to have the whole “balk/box” hovered and not just the text itself.

    Thanks for the help.
    Aline

    #481280

    Hi Aline!

    “Entschuldigen Sie die Unannehmlichkeiten,
    unsere Website ist aktuell in Wartungsarbeiten.
    Vielen Dank für Ihr Verständis.”
    Do you mind posting temporary login so we can see your site and provide you an accurate custom CSS code? :)

    Best regards,
    Yigit

    #481304

    of course

    #482037

    Hi!

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

    #top .av-subnav-menu > li > a {
        background-color: transparent;
    }
    #top .av-subnav-menu > li:hover {
        background-color: #dcdcdc!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Best regards,
    Yigit

    #482074

    Thanks, that worked for the main menu links. Can I have them all the same (balk) size?
    What about the hovering of the submenu links? Below “Projekt” it looks a bit weird..

    #482092

    Hey!

    Please add following code to Quick CSS as well

    .footer_color .av-subnav-menu ul a:hover {
        background-color: orange !important;
    }

    I am not really sure if i understand what you mean by “have them all the same balk size”. Can you please post a screenshot and show the changes you would like to make?

    Regards,
    Yigit

    #485140

    Hi

    This code for my submenu links doesn’t work anymore:
    .footer_color .av-subnav-menu ul a:hover {
    background-color: #AE8989!important;
    }
    It did when I first inserted it. Now it hovers white again.

    What’s the code for making a page “active”, when it’s active you should be able to see that in the menu without having to look at the title in the main content to recognize what page you’re looking at.

    With “same size of the menu points” I mean, the box/balk should not be adjusted to the length of the text. So for example “Lage” should be the same menu point size/width whatever you want to call it as “Impressionen” (which is obviously a longer word), you can only really see the balks when you hover over the menu points because then the color changes. It just might look better that’s why… Maybe that’s a bit clearer:
    menu balks

    Regards,
    Aline

    #485141

    [URL=http://www.bilder-upload.eu/show.php?file=15c7ee-1439196446.png][IMG]http://www.bilder-upload.eu/thumb/15c7ee-1439196446.png[/IMG][/URL]

    menu balks

    #485870

    Hey!

    use this code for your current menu item color:

    .current-menu-item {
    background-color: #AE8989;
    }
    

    I can’t see your images you tried to upload here. Please use imgur.com or dropbox instead.

    Cheers!
    Andy

    #485878

    submenu hover

    it hovers white instead of #AE8989
    I used this:
    .footer_color .av-subnav-menu ul a:hover {
    background-color: #AE8989!important;
    }
    Now it doesn’t work anymore.

    #485965

    Hey!

    Please use this in the Quick CSS field:

    .av-subnav-menu .sub-menu li a:hover {
        background-color: #AE8989;
    }

    Cheers!
    Ismael

    #485996

    Thank you so much! :)

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘fullwidth submenu’ is closed to new replies.