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

    I’m looking for some quick css to change the color of the Header Phone Number/Extra Info displayed in top bar. I found the code to change the top sub menu but haven’t been able to find how to change the phone number that is also there in the top. Thanks for any help.

    #347761

    Hey ricedean!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .phone-info span { color: orange !important; }

    Best regards,
    Yigit

    #347982

    Thank you so much! That did the job.

    #348248

    One more thing. What Quick css should I use to change the color (not the hover) of the header social icons? I need it to be white.

    #348741

    Hey!

    go with this in Quick CSS.

    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    color: #fff;
    background: #000;
    }
    

    remove background if you don’t need it.

    Cheers!
    Andy

    #348772

    Thank you so much. That was exactly what I needed.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change the color of the Header Phone Number/Extra Info displayed in top bar’ is closed to new replies.