Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1270100

    Hello

    I am trying to make the “envelope” icon and social media icons on the top-right header bar be consistent, I had custom colors but now I’m using header transparency so the colors are no longer active, can you help me with some code to make these icons all look consistent like the envelope (png) or make the envelope have the box look like the Twitter / Flickr / Instagram icons?

    Thanks so much

    Brian

    • This topic was modified 3 years, 3 months ago by schwabino.
    #1270163

    Hey Brian,

    Thanks for contacting us!

    You have following custom CSS codes

    #top #wrap_all .av-social-link-twitter a {
        background: #f8f8f8 !important;
        color: #818080 !important;
    }
    #top #wrap_all .av-social-link-flickr a {
        background: #f8f8f8 !important;
        color: #818080 !important;
    }
    #top #wrap_all .av-social-link-instagram a {
        background: #f8f8f8 !important;
        color: #818080 !important;
    }

    Deleting them will make all icons look like envelope icon.

    If you would like to make envelope icon look like the others, please add following custom CSS code as well

    #top #wrap_all .av-social-link-mail a {
        background: #f8f8f8 !important;
        color: #818080 !important;
    }

    Best regards,
    Yigit

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