Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #982539

    Hello. When clicking on the “Vault” link, the text and styling disappears. How can I prevent that? Thanks.

    #982554

    Hey WP Turned,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #982599

    Isssue is still there.

    #982760

    Hi 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,
    Victoria

    #982767

    All minification and caching currently disabled. The menu item is still disappearing after placing the code at the top of the Quick CSS.

    #982813

    Hi 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,
    Victoria

    #982865

    Everything 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.

    #982871

    Hi,
    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,
    Mike

    #984329

    The 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;
    }

    #984337

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mobile Menu’ is closed to new replies.