Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1126810

    Hi Guys

    My site is rendering fine on desktop. The home page has a transparent header.

    Though on mobile it appears to be white text on a white background, but only for the home page. The other inner pages on the site are okay.

    Any ideas why this is happening? I know that the home page is set to have a transparent header but that is just on desktop so not sure what is causing it please help

    #1127079

    Hey codecreative,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #header_meta .phone-info {
        color: #000 !important;
    }
    }

    Best regards,
    Rikard

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