Tagged: icon font
Dear Kriesi-team,
I’d like to add my custom icon font (fontello-font, content: ‘\ue800’, font-family: ‘luxi’) to the caption title of full-with slider. It should look like the headline below but with font-size and color of the caption title. Please see the link attached.
It would be great to get some help.
Best regards
Anne
Hey annevoelkel,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .av-slideshow-caption h2.avia-caption-title:before {
content: "";
font-family: "luxi";
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
I put this code into the custom style.css of my child theme:
#top #wrap_all .av-slideshow-caption h2.avia-caption-title:before {
content: ‘\ue800’ !important;
font-family: ‘luxi’ !important;
}
Unfortunately only the code but not the icon is shown in the title: ue800TECHNOLOGY.
I replaced the icon code (LinkedIn-symbol ue8fc and font-family entypo-fontello) and got a smilar result.
Any idea?
Best regards Anne
Hi annevoelkel,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Victoria,
please find the infos attached.
Best regards
Anne
Hi Victoria,
it works, thank’s a lot! I don’t understand why the content of the icon is “” and not ‘\ue800’. What ever.
Best regards
Anne
Hi Anne,
I copied the icon from the html of the title below on that page, the code probably conflicts with the default fontenello icon code.
Best regards,
Victoria