Hi there,
My mobile header font colour on the home page is white on a white background. I can’t figure out how to fix this. All the inner pages are as they should be as the correct colour.
Hey web4698,
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_color.av_header_transparency .phone-info.with_nav span{
color: #000000;
}
}
Best regards,
Jordan
That didn’t work. Any other ideas?