I think I may be able to help. But, i’m a little confused on which part you may be talking about can you please clarify?
Thanks. I mean this area:
[IMG]http://i.imgur.com/B33nA5y.png[/IMG]
Sorry, I don’t know how to make the photo example show up here.
Oh that’s easy. Just do the following.
Go to your wp-admin dashboard > appearance > editor > select hueman in the drop down.
Then on the side bar under templates click page-title.php
Then find…
<?php elseif ( is_category() ): ?>
<h1><i class="fa fa-folder-open"></i><?php _e('Category:','hueman'); ?> <span><?php echo single_cat_title('', false); ?></span></h1>
Change
<i class="fa fa-folder-open">
-to-
<i class="">
Save and your done.
Hope this helps.
Great. Can I get rid of the word “Category” as well?
Yes delete the word. But don’t delete the ‘ ‘
Category:
how to change the fontawesome icon?? example for health category i want to isnert fa-medikit fod the weather category i want to insert fa-bolt.. help please 🙂