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

    Hello,

    Can you please help me with the code to have the phone number in the top right corner to be white? I can choose another color, but I want it to be gray when you scroll down and the sticky header is displayed. I also need it to be clickable so I’m not sure how to make it do what I want.

    Thank you!
    Sara

    #1198868

    Hey SaraMichelle,

    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 (min-width:1024px) {
        #top .av_header_transparency .phone-info  span a {
            color: #fff;
        }
    
        #top .header-scrolled .phone-info  span a {
            color: #5e5e5e;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1200286

    Thank you SO much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Extra elements header’ is closed to new replies.