How to change 'category-entry' in post template 13

Posted in: Newspaper
Post count: 83

Hi,
How do i make the ‘category-entry’ section larger in post template 13?
I have tried some css code but nothing seems to work!

http://www.screencast.com/t/mag9tWxO

  • This topic was modified 10 years by Kevin.
  • This topic was modified 10 years by Kevin.
Post count: 22421

Hi,

The theme has no setting for this but it can be done with a bit of css:
.td-post-template-13 .td-category a{
padding: 7px 10px 8px 10px;
}

Feel free to adjust these values as you see fit.

Or if you want to increase the font, use this code:
.td-post-template-13 .td-category{
font-size:20px!important
}

Thank you!

Post count: 83

Hi Bogdan,
Thats perfect 🙂
Thank you for all your help.
Best Regards
Kevin

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.