Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #631113

    Hello Support,

    I am working on this site, jtfit89.com.

    The menu and social media icons are all white on a phone.

    I’ve checked the General Styling in the admin and don’t see what’s creating the bg & text to be white.

    Can you help please?

    Thank you,
    Greg

    #631662

    Hey Donkies11,

    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: #55acee;
    }}
    

    Best regards,
    Yigit

    #631670

    Hello Yigit,

    Perfect – like a charm! This ticket can be closed.

    Thank you,
    Greg

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘menu and social media not showing up on phone’ is closed to new replies.