-
AuthorPosts
-
May 16, 2016 at 10:08 am #632813
Hi guys
This is actually a follow up to Ticket: https://kriesi.at/support/topic/enfold-full-width-sub-menu-button-color-state/#post-630441
The fullwidth sub menu was working OK with the custom css (color active state).
Since then we’ve set up some changes in General Styling > Logo Area > Font/Highlight Colors
Not sure if this caused this new issue, but the red active color state is now displaying permanently on all sub menu items (and with a grey hover state).
Can you please check example url below.
Thanks
May 17, 2016 at 8:10 am #633535I can now see where the sub menu constant red active state is coming from.
In General Styling > Main Content, we’ve added the same red color in Primary Color (to style the main content areas).
This has turned all the sub menu items red instead of just the active / hover state. Is there any way of over riding this?
Thanks
May 17, 2016 at 11:50 am #633650Hi,
use Ismael’s code from the other ticket and add an !important to it:
#top .av-subnav-menu .current-menu-item a .avia-menu-text { color: red !important; background: blue !important; }
Best regards,
AndyMay 18, 2016 at 1:12 am #634103hi Andy
I’ve added that but no luck.
May 18, 2016 at 6:40 am #634189Hi!
I just checked the code on your web site and it does work properly.
Please clear your cache and check again let us know if the issue is still thereRegards,
BasilisMay 18, 2016 at 7:00 am #634201Hi Basilis
I’ve cleared cache/cookies etc and different browsers but still viewing the same.
The url listed in post at top – I an seeing every sub menu item link RED. Whereas it should only display the active page “Mains” menu link to be red.Thanks
May 18, 2016 at 1:52 pm #634441Hi,
you are using this code:
.main_color .header_bg, .main_color .main_menu ul ul, .main_color .main_menu .menu ul li a, .main_color .pointer_arrow_wrap .pointer_arrow, .main_color .avia_mega_div, .main_color .av-subnav-menu > li ul, .main_color .av-subnav-menu a { color: afafaf; }
which is missing a “#”. Replace it with this one instead:
.main_color .header_bg, .main_color .main_menu ul ul, .main_color .main_menu .menu ul li a, .main_color .pointer_arrow_wrap .pointer_arrow, .main_color .avia_mega_div, .main_color .av-subnav-menu > li ul, .main_color .av-subnav-menu a { color: #afafaf; }
Best regards,
AndyMay 19, 2016 at 2:59 am #634855Hi Andy
I’m not using any of he code you mention above?
This is the code for the full width sub menu:
#top .av-subnav-menu .current-menu-item a .avia-menu-text {
color: #c3512f !important;
}May 19, 2016 at 2:09 pm #635186Hi,
I can see the code which is causing the issue inside your source code. Check all your custom code and remove/replace it. If you don’t find it, try to use this code inside Quick CSS field:
.main_color .header_bg, .main_color .main_menu ul ul, .main_color .main_menu .menu ul li a, .main_color .pointer_arrow_wrap .pointer_arrow, .main_color .avia_mega_div, .main_color .av-subnav-menu > li ul, .main_color .av-subnav-menu a { color: #afafaf !important; }
Best regards,
AndyMay 20, 2016 at 3:05 am #635639Thanks Andy
I’ve jumped straight to adding that code in my Child theme and it corrected the issue.
However, rather than adding more code – can you send through the suspect code that you said that you could see above?
Many thanks
May 23, 2016 at 3:36 am #636483Hi,
I’m sorry but I can’t see the issue with the full width sub menu. Only the active menu item is red. Isn’t that you want? Could you please provide a screenshot of the issue?
Best regards,
IsmaelMay 23, 2016 at 3:38 am #636485Hi Ismael
Yes you are correct. Thanks.
May 23, 2016 at 2:37 pm #636799Hi,
so do you still need help with this or not anymore? Glad if you are happy.
Best regards,
AndyMay 23, 2016 at 2:40 pm #636800All good thanks Andy.
cheers
May 23, 2016 at 2:57 pm #636817Hi,
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 ‘enfold-full-width-sub-menu-button-color-state’ is closed to new replies.