menu on mobile not visible

Home Forums Porto – Responsive HTML5 Template menu on mobile not visible

  • This topic has 1 reply, 2 voices, and was last updated 12 months ago by Support. This post has been viewed 424 times
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045333
    umbrellamanagement
    Participant

    Hello,
    The menu on mobile is not visable. I did not change anything, jus added to all pages the dark class <html lang=”en” class=”dark”>.
    You can check to see here: https://www.umbrellamanagement.ro/goodbet/
    Please help me solve this problem.
    Thank you.


    #10045334
    Support
    Keymaster

    Hi, to change that color you can add this:

    (css/custom.css)

    @media (max-width: 991px) {
        #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
            color: #FFF !important;
        }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.