Side bar text

Posted in: Newsmag
Post count: 31

I’ve added the block “text with title” in the sidesbar. I want to have a smaller size font for this text. Is this possible? Website is http://www.fitnessgeeks.nl/

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css and modify the fon value as you want:

.page-id-250 .td-pb-span4 .td_block_text_with_title{
font-size: 12px;
}

Thanks!

Post count: 31

I have added the code. For the first paragraph it works but the second and third stay the same. Have look on the home?

Post count: 6535

Hi

Sorry about that, I forgot p selector in css code. Replace the previous css with this one, it should work fine now: http://screencast.com/t/GGZnzPa6

.page-id-250 .td-pb-span4 .td_block_text_with_title p{
font-size: 12px;
}

Thanks!

Post count: 31

Now it’s reversed. The second and third paragraph are changed but the first stays the same 🙂

Post count: 6535

Hi

Try this css code, it should work fine for all paragraphs from the text block from sidebar:

.page-id-250 .td-pb-span4 .td_block_text_with_title p, .page-id-250 .td-pb-span4 .td_block_text_with_title span{
font-size: 15px!important;
}

Let me know how it goes.
Thanks!

Post count: 31

It’s fixed! Thanks.

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