Titles (Blocks, categories etc)

Posted in: Newspaper
Post count: 4

Hi Lucian,

Thanks for the great theme. Fantastic for a beginner such as myself. I have a couple of questions regarding titles of blocks/categories/tags/widgets etc.

1. The default titles of blocks and categories on my home page – caughtreport.com.au – has sharpish edges and I was hoping to make them a bit more rounded. Is this possible?

2. When I click on a category it shows the category name at the top – ie. caughtreport.com.au/news – can the font of the category name be changed?

Once again, thanks for the great theme.

Cheers,

Shaun.

Post count: 6600

Hi,

1. You can apply a border radius to your block titles, like this: http://screencast.com/t/sLF2zSF0f9vR
Just add this custom css in theme panel > custom css:

.block-title a, .block-title span {
border-radius: 20px;
}

2. You can also do it via css, like this: http://screencast.com/t/rWqVFEBYoI

.category .td-page-title span {
font-family: 'Sacramento';
}

Thanks

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