• Resolved larygejyds21

    (@larygejyds21)


    Is it possible to customize css style of the category name ? I wish to make it looks like titles on my blog sections. I have custom theme so some help will be really appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Floeter

    (@kometschuh)

    The category name (placeholder: %category%) can be selected with this CSS

    .cat-post-tax-category {
        font-size: 22px;
        background-color: #e2e2e2;
        padding: 3px 10px;
    }
    Thread Starter larygejyds21

    (@larygejyds21)

    Thank you for your reply. I’ll try to use this code and let you know.

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

The topic ‘Customize category name styles’ is closed to new replies.