Tagged: mobile menu
-
AuthorPosts
-
July 7, 2018 at 8:07 pm #982539
Hello. When clicking on the “Vault” link, the text and styling disappears. How can I prevent that? Thanks.
July 7, 2018 at 8:20 pm #982554Hey WP Turned,
Can you disable caching and minification for now?
Best regards,
VictoriaJuly 7, 2018 at 10:32 pm #982599Isssue is still there.
July 8, 2018 at 6:31 pm #982760Hi WP Turned Up,
I asked you to do it, so that I can test css better and see where the color is coming from, but Autoptimize is still on.
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
.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child>li>a, #top .header_color .main_menu .menu ul .current_page_item>a, #top .header_color .main_menu .menu ul .current-menu-item>a, #top .header_color .sub_menu li ul a { color: #d0000a; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 8, 2018 at 6:56 pm #982767All minification and caching currently disabled. The menu item is still disappearing after placing the code at the top of the Quick CSS.
July 8, 2018 at 8:21 pm #982813Hi WP Turned Up,
https://cl.ly/001O363G0w07 There is an error in css here, the last curly brace is missing on the line 13 and so the css does not work properly. If it is in your quick css, please add the missing brace.
Best regards,
VictoriaJuly 8, 2018 at 10:09 pm #982865Everything is back to the way it was, which is working pretty close to what I need. I think you may have missed the topic of this thread, which is Mobile Menu.
I need the text to be white for the Vault menu item only. When I set with CSS, it causes the Vault menu item to disappear on click.
July 8, 2018 at 10:43 pm #982871Hi,
Try this code in the General Styling > Quick CSS field:#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li.menu-vault a { color: #fff !important; } .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul .menu-vault a:hover { background-color: rgb(208, 0, 10) !important; }
Please clear your browser cache and check.
Best regards,
MikeJuly 11, 2018 at 6:42 pm #984329The code below was the answer. Good to close. Thanks.
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li.menu-vault a {
color: #fff !important;
background-color:#d0000a;
}July 11, 2018 at 7:01 pm #984337Hi,
Great! I’m glad you got this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Mobile Menu’ is closed to new replies.