-
AuthorPosts
-
January 10, 2016 at 1:47 am #562551
Hi there, I hope you can help me with a quick question. I am using the full width sub menu from the avia content builder and I cannot seem to get the get the menu font color to be white. I set all the header and logo sections to white, but they show up grey with the current page on white. I would like the letters to be white and the current page to be yellow. Can you tell me how I can do that?
Thanks much,
DarinJanuary 10, 2016 at 6:03 am #562607you can try this:
.alternate_color .av-subnav-menu a { color: #fff !important; }
and if you want a difference to hover or active state try to play with:
.alternate_color .av-subnav-menu a:hover { … }
January 10, 2016 at 9:34 am #562669Hi!
@Guenni007 thanks again for the tip!You can try the above tip or another easy way to do is goto Enfold Settings > Advance Styling > Select Menu Color from the drop down
Best regards,
VinayJanuary 12, 2016 at 1:23 am #563583So a very strange thing happens. If I add the CSS it turns the submenu white and not the main menu. When I change it in the advanced settings the main menue is white and the sub menu is not. Niether does both and when I add the css code it seems to override the advanced settings. Also it seems the menu is bold and the submenu is not. Can you help? Thank you.
January 12, 2016 at 1:40 am #563590Actually they both now work. The code controls the secondary menu and the settings controls the main menu. Now as you can see the main menu is bold and the secondary menu is not. How can we make them the same? Thank you.
January 13, 2016 at 12:47 pm #564609Hey!
are you talking about submenu font-color? if yes use this code inside Quick CSS field:
.sub-menu .avia-menu-text { color: white; }
Best regards,
AndyJune 10, 2016 at 1:56 am #645917Hi there,
Thank you for your reply, but I this did not help me so much. The code you gave me changes the color of the dropdown menus, but does not change the font for the fullwidth sub menu. All I want it to do is have it look like the the top menu which is bold. Can you help please?
June 12, 2016 at 5:20 pm #646965Hi,
your menu looks all good and the same for me:
So everywhere same font size. Could you fix it already?
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.