• Resolved Crunchthalomew

    (@crunchthalomew)


    Is it possible to remove the folder icon and the word “Category” from above where the posts appear on a category page?

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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?

    Thread Starter Crunchthalomew

    (@crunchthalomew)

    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.

    Thread Starter Crunchthalomew

    (@crunchthalomew)

    Great. Can I get rid of the word “Category” as well?

    Yes delete the word. But don’t delete the ‘ ‘

    Category:

    Thread Starter Crunchthalomew

    (@crunchthalomew)

    Thanks!

    No problem!

    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 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Remove Folder Icon and "Category"’ is closed to new replies.