Hi Super duper support!
Is there a way to get the original icons for like fb or instagram insted of the theme colors?
Have two icons that are for req like booking and email and the two social icon and would like to have them in the original layout.
Like an real instagram icon and a facebook icon. :-)
//Cheers!
Hi Mattias!
Thank you for using Enfold.
First, turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the icon, add a unique icon class attribute. Use “icon-fb” for the facebook icon for example. Add this in the Quick CSS field to change the color:
.icon-fb a.av-icon-char [
color: blue !important;
}
Regards,
Ismael
Hi @Ismael,
Facebook and Twitter is easy just one color ;-) thnx for the input but what about like Instagram colors?
Maby there are some way or icons i can use to get the orignal layout, coloring and so on?
What do you rekommend?
//Cheers
Hi!
You can use an actual icon image instead of the default icon font. After you add the custom css class attribute, use it again in the Quick CSS field. For instagram, you can try this:
.icon-instagram [data-av_icon]::before {
content: url(ICON IMAGE URL HERE);
}
http://www.w3schools.com/cssref/tryit.asp?filename=trycss_content_url
Regards,
Ismael
Sweet thank you Ismael!
//Cheers!