Tagged: CSS, header, social icons
I am wanting to style the social icons/cart icon and the text in the top header bar and make them and look like the green-styled icons generated in the left part of my footer (these are generated by jetpack plugin), and the text also that green color.
And would like to center them in the middle of header after.
Thanks for this awesome theme!
Hey rankbrite,
To change the social icon colors, Try this code in the General Styling > Quick CSS field:
#top #wrap_all .av-social-link-twitter a,#top #wrap_all .av-social-link-instagram a,#top #wrap_all .av-social-link-facebook a,#top #wrap_all .social_bookmarks a {
background-color: #1B1E2F;
color: #8dd733 !important;
}
Best regards,
Mike