Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    Anne

    #1229622

    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

    #1229940

    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

    #1230083

    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

    #1230280

    Hi Victoria,
    please find the infos attached.

    Best regards
    Anne

    #1230637

    Hi Anne,

    I commented out your code in the styles.css and added the code to Theme options > Quick css. Please check the page now.
    Image 2020-07-15 at 17.24.19.png

    Best regards,
    Victoria

    #1230648

    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

    #1230747

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.