How could I prepend some icon to block title

Posted in: Newspaper
Post count: 30

How could I prepend some icon, for example fontawesome icon, to a block’s title

Thanks

Post count: 6535

Hi

You can try to modify html structure of block title element and to achieve that you need to edit the function which generate it: http://screencast.com/t/t5ax8sKyX
You can try something like this, it may help:

$buffy .= '

';


If that does not work try using pseudo element before: http://www.w3schools.com/css/css_pseudo_elements.asphttp://www.w3schools.com/css/tryit.asp?filename=trycss_before

Hope this helps.
Thanks!

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