f3rr0

Participant

Forum Replies Created

  • To remove the ‘CATEGORY:’ part open category.php
    Find

     <h1 class="page-title archive-title">
            <?php
                printf( __( 'Category: <span>%s</span>', 'graphene' ), single_cat_title( '', false ) );
            ?>
        </h1>

    and replace with

     <h1 class="page-title archive-title">
            <?php
                printf( __( '<span>%s</span>', 'graphene' ), single_cat_title( '', false ) );
            ?>
        </h1>

Viewing 1 post (of 1 total)