Tagged: icon font
-
AuthorPosts
-
July 10, 2020 at 2:00 pm #1229422
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
AnneJuly 11, 2020 at 4:00 pm #1229622Hey 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,
VictoriaJuly 13, 2020 at 1:17 pm #1229940Hello 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 AnneJuly 13, 2020 at 7:40 pm #1230083Hi 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,
VictoriaJuly 14, 2020 at 12:58 pm #1230280Hi Victoria,
please find the infos attached.Best regards
AnneJuly 15, 2020 at 4:24 pm #1230637July 15, 2020 at 4:35 pm #1230648Hi 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
AnneJuly 15, 2020 at 9:47 pm #1230747Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.

