Tagged: fullwidth submenu
-
AuthorPosts
-
July 31, 2015 at 11:40 am #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.
AlineJuly 31, 2015 at 12:22 pm #481280Hi 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,
YigitJuly 31, 2015 at 1:33 pm #481304of course
August 3, 2015 at 12:15 pm #482037Hi!
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,
YigitAugust 3, 2015 at 1:20 pm #482074Thanks, 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..August 3, 2015 at 1:45 pm #482092Hey!
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,
YigitAugust 10, 2015 at 10:41 am #485140Hi
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:
Regards,
AlineAugust 10, 2015 at 10:42 am #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]
August 11, 2015 at 12:04 pm #485870Hey!
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!
AndyAugust 11, 2015 at 12:16 pm #485878it 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.August 11, 2015 at 2:51 pm #485965Hey!
Please use this in the Quick CSS field:
.av-subnav-menu .sub-menu li a:hover { background-color: #AE8989; }
Cheers!
IsmaelAugust 11, 2015 at 3:31 pm #485996Thank you so much! :)
-
AuthorPosts
- The topic ‘fullwidth submenu’ is closed to new replies.