• I am working on a site at http://wnywff.com and I am experiencing an issue whereby I am unable to see the titles of the navigation menu tabs in mobile view.

    Any help would be appreciated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello chrishannon,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .main-header-menu > .menu-item > a {
        color: #000 !important;
    }
    .main-header-menu .current_page_item > a {
        color: #dd3333 !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter chrishannon

    (@chrishannon)

    @AddWeb:

    Thank you very much for your reply! However, when I inserted this CSS in the Customizer exactly as you provided it, the tab titles in the mobile view were still not visible. Then, when I added three “0”s to the snippet (making a total of six “0”s in the part), the tab titles were visible in the mobile view, but in desktop view, the tab titles (other than the active one, which displays in red) are changed to black, which means that they are not visible against the black header background. Changing the header background color is not an option. Are there any changes to the CSS you provided to resolve this? Any other solutions? Once again, thank you for your help!

    Chris

    Hi @chrishannon,

    The above code needs to be added with media query then only you would be able to make your thing work on your mobile and for desktop.

    For further assistance please open up a ticket in our support center so we could take a closer look at this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile Menu Tab Titles Not Displaying’ is closed to new replies.