Post Title size and color issue,

Posted in: Newspaper
Post count: 1

i have two issues,

1: how to change the post title color and size there is no place to change !!!!

2: how to reduce the space between two paragraphs? or how to reduce space between tag and content ???

Post count: 35449

Hi,

1. In order to change the post title size go in Newspaper> Theme panel> Theme fonts> Post Title and change for the post you want.
example: https://www.screencast.com/t/Jxptg3FTE
https://www.screencast.com/t/WqEsyC07t
For color please go in Newspaper> Theme panel>Theme color> posts https://www.screencast.com/t/7FqPXrBh

2. If you refer at this space https://www.screencast.com/t/oWIaljALX
There is tow ways one if you are using cloud templates from tagdiv Cloud Library , just select the tag and set the margin tom you need ( https://www.screencast.com/t/zhy9WXRJKx ).

If you are using custom template you’ll need custom css
https://www.screencast.com/t/REQGuGj3XL0

.tdb_single_tags ul {
display: block;
margin-top: -20px;
}

Add this custom css in Newspaper>Theme panel>Custom code>Custom css

Hope this will help you.
Thanks.

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