How do I remove the title of the page from smartlist 6?

Posted in: Newspaper
Post count: 43

I don’t want the main title of the page to be repeated on on all pages starting from the second page in smartlist 6. How can I do that?

Post count: 23312

Hello tangy,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 43

https://www.techshout.com/features/2017/14/iphone-8-everything-we-know-so-far/2/ I don’t want the title “Apple iPhone 8: Everything We Know So Far” to show from the second page onward.

Post count: 35449

Hi,

Please use the below custom css , past it in Newspaper>Theme Panel>Custom code> Custom css

body[class*=paged][class*=postid-253563] .td-post-title  {
display: none;
}

https://www.screencast.com/t/j0kcKZme
This css will work only in this post ( because of postid-253563, if you want to al post replace the postid-253563 with single )

Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Post count: 43

Perfect! Thanks Colin.

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