Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #673420

    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.

    #673424

    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

    #676108

    That didn’t work. Any other ideas?

    #676783

    Hi,

    I can’t see the error on your front page, please try to flush your browser cache and reload a few times to see if that helps.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.