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

    Hi!
    After updating the color of the phone number got gray (located at the top line), though it has quick CSS for another color. Somehow icons kept they color.

    This is the code I have.

    .social_header .phone-info {
    float: right; color: CornflowerBlue ; }
    #top .ls-nav-prev, #top .ls-nav-next { z-index: 300; }
    .social_header .phone-info { font-size: 13px; color: CornflowerBlue }
    #top .social_bookmarks li a { font-size: 18px; color: CornflowerBlue ; }

    Thanks!

    #238908

    Hi Tanya2105!

    Please add following code to Quick CSS

    .phone-info span { color: CornflowerBlue ; }

    Best regards,
    Yigit

    #238921

    Thanks!
    it works!
    How can I distance it from the social icons when both are placed at the right?
    thanks!

    #238925

    Hi!

    You can add following code as well and adjust it

    .av_phone_active_right .phone-info { margin-right: 30px; }

    Best regards,
    Yigit

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