Editing Post Titles in Blocks

Posted in: Newspaper
Post count: 17

I’ve been trying to change the way the post title’s looks (within blocks) using CSS but I just cant seem to find the selector, at the moment i dont think you can change it using the theme panel so it needs to be done using CSS

Need help editing the post title

thanks in advance

Post count: 6600

hi,

On default templates you can change this title from theme panel > custom typography: http://screencast.com/t/KFIbxgDrnS
If you want to change this on category/archive or other dynamic pages, you can use css like this: http://screencast.com/t/e9XxTy5tNqla

.category .td_mod8 .entry-title a {
font-family: Lobster;
font-size: 50px;
color: red;
}

Hope this helps!
If it doesn’t please send me your site’s URL and point me to the titles you want to change so I can inspect it.

Thanks

Post count: 17

Afraid it didn’t work, if you have time to take a look, the link is below;

http://www.beastbjj.co.uk/news/

the titles i need to change are the two dark grey ones above the date/times

thanks in advance

Post count: 6600

Hi,

Use this custom css: http://screencast.com/t/7PRIleKh

.td_block6 .td_mod9 .entry-title a {
color: red;
}

Change it as you like.

Thanks

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