• Resolved gauravshah07791

    (@gauravshah07791)


    hello,
    i like your theme very much
    but i just need to customize categories tittle with my own words right now is come up with archives(category name-archives-domain name)

    will you please sort me out of this.

    thank you
    Regards
    Gaurav Shah

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Themonic

    (@themonic)

    Hi Gaurav,

    Have a look at line 16 of category.php

    Thread Starter gauravshah07791

    (@gauravshah07791)

    what should be change in line no 16 ?

    <?php if ( have_posts() ) : ?>
    <header class=”archive-header”>
    <h1 class=”archive-title”><?php printf( __( ‘Category: %s’, ‘themonic’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ ); ?></h1>

    Theme Author Themonic

    (@themonic)

    Bold part only

    <h1 class=”archive-title”><?php printf( __( ‘Category: %s’, ‘themonic’ ), ‘<span>’

    Hi
    Is it possible to change the size of “Category” and make it bold?

    Theme Author Themonic

    (@themonic)

    You can add like this in custom.css:

    .archive-title {
    font-size:20px;
    font-weight:bold;
    }

    Change px value as per your requirement.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to change(customize) category title in iconic one theme?’ is closed to new replies.