Remove Text Below Author Box

Posted in: Newspaper
Post count: 3

When I set up my theme, I added some text and HTML codes below the author box, showing up in every post. Now I want to remove it, but can’t remember what to edit to make that happen.

Here is an example: https://www.piratesprospects.com/2019/05/prospect-watch-alex-mcrae-takes-no-hitter-into-seventh-inning-as-indianapolis-wins-4-2.html

The text is right below the author box, starting with “IMPORTANT”.

Anyone know where I can go to remove that?

Post count: 35449

Hi,

You should check in wp-content/themes/Newspaper/loop-single.php you can check in all loop-single-n.php

Thank you!

Post count: 3

I didn’t find it in any of those. That’s where I thought it would be.

Post count: 35449

Hi,

Please check if you do not set the text using a plugin.
If you can not find the place here you set the text, you can use a custom css to hide/remove the text from posts -> https://www.screencast.com/t/nptJE6Slz9pD
.td-ss-main-content center b{
display: none;
}

The code need to be set in the Theme panel> Custom panel>Custom css

Hope this will help you!
Thanks.

Post count: 3

Thanks! That worked.

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