Hello All,
I have put the social media icons in my main toolbar/menu, which I love.
Is there any way to make them full/multi color, rather than just monochrome? I kinda want them to “pop” more to catch the eye …
Also, I’m unable to figure out how to change the background color on the main menu toolbar (currently green). Any tips?
Thank you,
LW
Hey BrilliantL,
Add the following to quick css and adjust the color to whatever you need:
.social_bookmarks_instagram.av-social-link-instagram.social_icon_1{
color:#000;
}
.social_bookmarks_facebook.av-social-link-facebook.social_icon_2{
color:#000;
}
.social_bookmarks_twitter.av-social-link-twitter.social_icon_3{
color:#000;
}
.social_bookmarks_youtube.av-social-link-youtube.social_icon_4{
color:#000;
}
.social_bookmarks_linkedin.av-social-link-linkedin.social_icon_5{
color:#000;
}
For the header color add the following to quick css and adjust the color to what you need:
#header_main.container_wrap.container_wrap_logo{
background:#000;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for the info / reply – I appreciate it.
I don’t want to change the color of the icons – I want them to be their full color native icons (kind of like I see on my iphone screen for the apps). So – twitter would be the light blue, facebook the dark blue background etc.
Does that make sense?
Is there a way to have this “full personality” social media icons (or a colorful set that I don’t manually color) on the toolbar?
Thanks!
L
Hi,
No, unfortunately you would have to work this out via css. There are no default solutions for those icons.
Best regards,
Jordan Shannon
Hi Jordan,
Gotcha – thanks for letting me know.
Yours,
L
I think so – thanks Mike.
L