Font size in Pinboard Category pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • #16281
    brianalex
    Participant

    How do I control the font size on the Category pages? many thanks

    #16306
    Aidorm
    Participant

    I’d also like to know this one. By the way, I can’t seem to find any category.php in this Theme, can you please point out where we can customize it?

    Thank! By the way, this Theme is really clean and very easy to work around with.

    #16333
    Daniel Tara
    Keymaster

    You can manually change it by adding a CSS ruleset like this:

    .category .entry-summary {
    	font-size: 16px;
    }

    You can duplicate the index.php file and rename it category.php, then you can customize category pages.

    #16338
    brianalex
    Participant

    many thanks – I tried adding it to Custome CSS in Layout and it didn’t seem to work?

    #16363
    Daniel Tara
    Keymaster

    The second selector is from the block for which you want to change the font size. I assumed you want to change it for the post content. Alternatively you can just use the .category selector:

    .category {
        font-size: 16px;
    }
Viewing 5 posts - 1 through 5 (of 5 total)

Tagged: 

You must be logged in to reply to this topic.