Row with date and name before latest posts

Posted in: Newspaper
Post count: 8

Hello! How to delete row with date and name before latest posts?
https://imgur.com/5fyIayo

Post count: 20688

Hi,

That does not seem to be coming from the theme, from little I can see in the screenshot. The theme will display the date and author name on modules and blocks, in pages. Those can be disabled in the theme panel
https://www.screencast.com/t/GvSeoqzU
But that does not seem like an element added by the theme. It could be added there wither by a plugin or maybe modifications to the theme files (page templates maybe).
If you could provide a link to your website where this displayed, we will inspect it and try to identify where exactly it originates.

Thanks

Post count: 8

My website is https://apkgamezone.com/

Post count: 20688

Hi,

I cannot seem to pinpoint exactly where this is coming from, it is present in the post pages as well, but not on category or tag pages
https://www.screencast.com/t/yt1z68X9
I could give you a code to hide it on the homepage however
https://www.screencast.com/t/axKkqWHxn34l

.home .none {
display: none;
}

Enter it in Theme panel->Custom CSS if you would decide to use it.

Thanks

Post count: 8

Thank you for your time! I found the reason. It was plugin from old theme. I’m sorry for the trouble.

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