-
AuthorPosts
-
November 3, 2016 at 9:52 pm #707958
I have seen similar issues but none of the resolves I have tried from previous threads work. I have several menu items with submenus. Using advanced styling I am able to change the background and font colors on the submenu, but have now lost the alternate hover colors for background and font. These options are not available in the advanced styling.
I wish to have the background of the dropdown in #54600f, font color #ffffff, and hover background color to be #a5a5a5 with hover font color #54006f.
Is there also a way to have the above only on the homepage transparent menu and then the default menu and dropdown on all other pages?
If you could provide me assistance to accomplish this it would be greatly appreciated. Thank you.
November 5, 2016 at 11:08 am #708660Hey image2site,
Try to add this code in Quick CSS (located in Enfold > General Styling):
#top #wrap_all .av-main-nav ul.sub-menu > li > a { background: #54600f !important; border-color: #54600f !important; color: #fff !important; } #top #wrap_all .av-main-nav ul.sub-menu > li > a:hover { background: #a5a5a5 !important; border-color: #a5a5a5 !important; color: #54006f !important; }
Let us know if it works :)
Best regards,
NikkoNovember 14, 2016 at 3:41 pm #712014Hi Nikko,
I have added the suggested code and sadly it does not work. I am guessing that I have something blocking it that I may have added, but I am just not seeing it. I have set up a temp admin login for you, so you can take a closer look.
Please remember that this request is only when using transparent header.
Your continued assistance is appreciated.
Regards,
David
November 16, 2016 at 3:36 pm #712941Hi!
Sorry for the delayed response. I have checked your Quick CSS and indeed it’s not working because > was replaced with ; for some reason. It should work properly now :)
Cheers!
NikkoNovember 16, 2016 at 3:51 pm #712954Hi Nikko,
Thanks so much. Working perfect! The code was changed because I used the css you sent from Outlook email instead of copying from here in the forum. So the character got converted and without thinking I changed it to ; instead of the correct > character.
I say this so that anyone else that reads this thread will know to use the code supplied in the forum and not what comes thru in an email. :-)
All good and thanks again!
November 16, 2016 at 4:00 pm #712964Hi,
thank you! and glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘Submenu background and hover colors’ is closed to new replies.