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