Hi Team Kriesi,
I am experiencing an issue where my website is showing the secondary menu par text as white. With a white background, the text then appears invisible.
See screenshot
https://www.dropbox.com/s/2qxdx2i4alw2v59/Screenshot%202016-06-22%2021.19.36.png?dl=0
What I want is for it to be back like it used to be which is featured here on a website that is running 3.4.7.
See screenshot
https://www.dropbox.com/s/d0snzidbfrev408/Screenshot%202016-06-22%2021.21.31.png?dl=0
Any thoughts?
Thanks!
Hey shreinmedia,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){
#header_meta a {
color: #000000 !important;
}
}
Best regards,
Jordan
Thanks Jordan. Do you have a fix for the Header Phone Number/Extra info to not show invisible? Currently, it’s off on my site but when it’s on it gives me the same issue as the secondary menu. The text shows up white on a white background.
Thanks!
Hi,
Please try this as well:
@media only screen and (max-width: 767px){
.phone-info {
color: #000000 !important;
}
}
Regards,
Rikard
Thanks!