How to disable or remove search bar from the posts list shortcode?

Posted in: Newspaper
Post count: 6

Hello,
The post list shortcode displays only posts belongs each user.
However, this search bar at the top allows users to search for and delete other people’s posts.
How can I remove this search bar from the posts list shortcode?

View post on imgur.com


Thank you.

Post count: 27744

Hello,

This element is used when you have a front-end submission. You can hide the search bar using this code CSS
.tdb_posts_list .tdb-plist-search
{
display: none;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 6

Thank you for your fast response.
I put this CSS code in the custom css, but nothing changed.
Can you check for me?

View post on imgur.com

Post count: 27744

Hello,

Please clear the cache, because it should work.

Thank you!

Post count: 6

Hello,
Search bar is removed with that code, Thank you!
But still have same issue on the sort menu section.
Please see the linked photo.
Can send me the code to remove this sort menu section too.
Thank you.

View post on imgur.com

Post count: 27744

Hello,

Unfortunately, I don’t have a solution to this issue.
I will add for featured investigations.

Thank you!

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