Thread Starter
dotur
(@dotur)
Hi Joao,
just go into the style.css and replace this:
.icon-off:before {
content: "\f021";
}
with this:
.icon-off:before {
/*content: "\f021?;*/
content:url(http://justanexample.com/examplepic.png);
}
Nice day.
got it! thanks alot for your help.
Great info, thank you.
I have one more question: Is it possible to insert a hyperlink to that logo?
Thanks.