• Hi there,

    Two problems:
    1) Does anyone know how to fix the slow navigation bar on mobile view?
    It takes about a very noticable 3-4 seconds to load.

    2) When it does load the text is completely white. Tried to change the colour of the text to black in the CSS file but it didn’t work.

    Browser view is completely fine.

    Any help appreciated!

    Many thanks!

    • This topic was modified 5 years, 3 months ago by hft2019. Reason: grammar

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for writing in,

    1. Could you please deactivate all other plugins and try once?

    2. Could you please kindly follow this instruction:
    Currently to change the color of the text to black from your site, please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add these CSS codes.

    @media screen and (max-width: 768px){
    .site-title-wrapper .site-description {
        color: black;
    }
    a {
        color: black;
    }
    .vmagazine-lite-nav-wrapper nav.main-navigation .menu-mmnu-container ul.vmagazine_lite_mega_menu li.menu-item a {
        color: black;
    }
    .vmagazine-lite-nav-wrapper nav.main-navigation .menu-mmnu-container ul.vmagazine_lite_mega_menu li.menu-item .sub-toggle:after {
        color: black;
    }
    }

    Regards!
    Did you check out?AccessPress Parallax 3.0? Our flagship theme got even better with?fully Elemenor and Gutenberg based, 6 starter sites demo import in one click.
    Link: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Navigation Bar Not Responsive/Slow & Text appearing as white’ is closed to new replies.