Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #652498

    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!

    #652922

    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

    #672122

    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!

    #672511

    Hi,

    Please try this as well:

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

    Regards,
    Rikard

    #672837

    Thanks!

    #673036

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Header Secondary Menu Font Color is White (invisible)’ is closed to new replies.