Tagged: social media icons, top. header
-
AuthorPosts
-
November 21, 2018 at 3:05 pm #1036093
How can I change the colour of the top header and how can I change the colours of the social media icons, also the hovering?
I just need the css codes for that and where to insert them.Thanks for your help! :)
November 22, 2018 at 6:20 pm #1036672Hey transformmedia,
For the top header, you can modify it in Enfold > General Styling > Logo Area (tab) > Alternate Background color.
As for the social media icons, the first codes are for changing their colors and background color, the 2nd one is still for changing colors and background colors when they are hovered.
Youtube:#top #wrap_all .av-social-link-youtube a { color: #fff; background-color: #a72b1d; } #top #wrap_all .av-social-link-youtube:hover a { color: #fff; background-color: #a72b1d; }
Facebook:
#top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b; } #top #wrap_all .av-social-link-facebook:hover a { color: #fff; background-color: #37589b; }
Instagram:
#top #wrap_all .av-social-link-instagram a { color: #fff; background-color: #a67658; } #top #wrap_all .av-social-link-instagram:hover a { color: #fff; background-color: #a67658; }
Hope this helps.
Best regards,
NikkoJuly 12, 2019 at 12:44 am #1117902Can you help me please to remove the hover effect of the social icon on the header?
July 12, 2019 at 8:06 am #1117957Hi sbarino,
Thanks for providing the link :)
Can you try adding this css code in Quick CSS:#top .av-logo-container .social_bookmarks li a { border-radius: 0 !important; } #top #wrap_all .av-social-link-instagram:hover a { background-color: transparent !important; color: #a7a7a7 !important; }
Best regards,
NikkoJuly 12, 2019 at 4:52 pm #1118132Thank you very much, Nikko. It worked like a charm.
Best regards.July 12, 2019 at 10:30 pm #1118219Hi sbarino,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaApril 10, 2024 at 10:56 pm #1439694That CSS works great for the standard social icons, but I can’t figure out what the input is for “Special: Email icon”. The default green does not work with the companies brand.
April 11, 2024 at 10:13 am #1439719Hi,
You can use the following css code to adjust the style of the Special: Email Icon:
#top #wrap_all .av-social-link-mail:hover a { background-color: transparent !important; color: #a7a7a7 !important; }
If you need more assistance, please feel free to open another thread.
// https://kriesi.at/support/forum/enfold/#new-post
Best regards,
Ismael -
AuthorPosts
- The topic ‘Changing the color of the top header / social media icons?’ is closed to new replies.