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
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
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
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
Hello Rikard & Elliott
Thank you very much, that did the trick.!
Greetings