Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #401015

    Hello,
    Is it possible to get an icon from the set before the title of a widget? I created the code en paste it before the title, but it is not working.

    Greetings

    #401706

    Hi dypfryser!

    Try adding this to your custom CSS.

    .widgettitle:before { font-family: "entypo-fontello"; content: "\e822"; font-size: 20px; }
    

    And then send us a link to your page so we can check it.

    Regards,
    Elliott

    #404764

    Hello Elliott,
    Yes that’s working, but for all the titles in the footer, is there a way to set a icon to specified title?

    Greetings

    #405037

    Hi!

    You could try to assign an ID to the element you want target, then replace .widgettitle in Elliotts code with the ID.

    Cheers!
    Rikard

    #406648

    Hello Rikard & Elliott

    Thank you very much, that did the trick.!

    Greetings

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon in footer title’ is closed to new replies.