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

    I have a transparent header with a black bar at the top but on the mobile the background is white so you can’t read the phone number. Can you help me with the CSS code to make it readable both desktop and mobile?

    Thanks.

    #1194597

    Hey ginnywills,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
            color: #444;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1194605

    Perfect. thanks!

    #1194718

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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