-
AuthorPosts
-
November 26, 2017 at 7:04 pm #881969
Hello,
I’m having trouble setting link colors (in the menu).
I need the Logo Area font color to be different in the main menu and in the main menu sublevel links.
The theme seems messy: I cannot have the fonts in the colors I want. I need:
1. The main menu links to be white (OK)
2. The on hover main menu links to be in a dark color (OK)
3. But I need the sublevel menu links to be also in the dark color (NOT OK, because it’s the same code as the main menu link font color!)How can I customize it?
You can see in the images, that the sublevel menu links remain in the same color (white) as the main menu:
https://www.dropbox.com/sh/4lfwjgk6f52nnv4/AADaFdIvTOpkC3lWPM3hdSija?dl=0
I tried to customize the Main Menu sublevel links in the Advanced Styling tab, changing the sublevel menu color to the dark color that I wanted to, but then, in the not on hover state, where the background should be dark gray and the font color should be white, the font color gets also dark gray and it doesn’t fit.
Please help me customize this correctly.
Regards
Newton
November 26, 2017 at 7:30 pm #881986Hey Newton,
Could you please give us a link to your website, we need more context to be able to help you.Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header.av_minimal_header .main_menu ul:first-child >li > ul.sub-menu li a { color: #fff; } #top #header.av_minimal_header .main_menu ul:first-child >li > ul.sub-menu li:hover a { color: #000; }
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 6 years, 12 months ago by Victoria.
November 26, 2017 at 7:47 pm #881994Victoria, you are the best.
It worked like a charm.Thank you!
November 27, 2017 at 4:18 am #882084Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardNovember 27, 2017 at 4:27 am #882087Rikard,
Please close it. Thanks!November 28, 2017 at 4:14 am #882486 -
AuthorPosts
- The topic ‘Logo Area font color’ is closed to new replies.