BLOCK TITLE SIZES

Posted in: Newspaper
Post count: 132

Hi,
Can you please go to https://infomeddnews.com

I am trying to change the SIZE OF THE FONT on the page where it reads: Headline News
Can you please provide a CSS code that I should use and advise where I should place that code? Thanks so much for all your help.

Post count: 20688

Hi,

I could give you a code to change the font size for that element, but it would apply to all the block text with titles on the page
https://www.screencast.com/t/7OIPZE9AteN
If you would only want to change the font-size for that particular element, you can set a custom class for it
https://www.screencast.com/t/eTIVIhz586
Then use that to modify only that element
https://www.screencast.com/t/cMaGo9td
This is the code used in both the examples

.td_block_text_with_title .block-title>span {
font-size: 25px;
}

.my_class .block-title>span {
font-size: 25px;
}

After creating the needed code, it must be entered in Theme panel->Custom CSS section.

Thanks

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