Replacing Folder icon on the categories widget for another AwesomeFont
-
Hello everyone and thanks in advance for your help
I can’t select the folders since they are replacing bullets on-
here is the address:
http://goo.gl/kVHiK3I narrowed down the section where the style.css is referring to the folder icon and the original code looks like
.widget_categories ul li:before { content: "f114"; } .widget_categories ul li.current-cat:before { content: "f115"; } .widget_archive ul li:before { content: "f115"; }I changed the code of the AwesomeFont to the crosshair icon
http://fortawesome.github.io/Font-Awesome/icon/crosshairs/to this
.widget_categories ul li:before { content: "f05b" !important; } .widget_categories ul li.current-cat:before { content: "f05b" !important; } .widget_archive ul li:before { content: "f05b" !important; }I added it on Custom CSS but it didnt work, still has the folders, any pointers?
Thank you again -
You are in the wrong forum.
This forum is only for blogs/sites hosted by WordPress.com
WordPress.COM and WordPress.ORG are completely separate and different http://support.wordpress.com/com-vs-org/And you should ask in the WordPress.org forum.
http://wordpress.org/support/ -
- The topic ‘Replacing Folder icon on the categories widget for another AwesomeFont’ is closed to new replies.