H2 headings

Posted in: Newspaper
Post count: 1

How I can set H2 headings size at 0px in my website’s posts, using Custom CSS.

Post count: 20688

Hi,

The theme has a setting to modify the headings inside the post content to the lowest of 5px – https://www.screencast.com/t/euM8DHOLb If you really want to make them 0px, enter this code in Theme panel->Custom Css but please note that this will make the headings in the post content invisible

.td-post-content h2 {
font-size: 0;
}

Thanks

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