How to hide subtitle?

Posted in: Newspaper
Post count: 12

Hi, how can I hide subtitle which appears under title?

Post count: 23312

Hi,

Try to use the code below and place it in Theme panel -> Cusotm CSS Area.

.td-post-sub-title{
display:none;
}

Thanks for the message!

Post count: 12

Thank you.

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