Hi,
i use the fontello facebook icon and other social-media icons.
How can i use css for all facebook icons and different css for all twitter icons?
is this possible?
i only can find one selcetor for all icons:
#top .av_font_icon a
cheers
Chris
Hey Chris_85!
You can target Facebook icon using following selector
.av-social-link-facebook a { color: red !important; background: orange !important; }
Best regards,
Yigit
Hey Yigit,
thanks for your answer. Yes with your css selector i can target the social share icons. But i want to use social icon which link to my own profile (no share function) For the “normal social icons” i use the fontella icons (Facebook, twitter etc.) But how can i target my css to all fontella facebook icons and all twitter icons, etc.
here i have a screenshot how i use the social icons in the avaria builder…
cheers chris
is that possible?
Hi,
Can you post the link to your website please?
Regards,
Josue
see in the private section
Thanks for looking
Hi,
The current setup does not have a unique class name for the icons.
Please enable custom css class name support as mentioned in this link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Once it is done you will be able to add custom css class names to the icons and target them separately :)
Best regards,
Vinnie
wow, very good to know! Thanks for the good support!