Archived topic
Remove Tool Bar Search and Filter button through CSS
7 replies · Started by Oppo Gene on April 3, 2023
Viewing posts 1–8 of 8
Hi there, I want to remove the search and ascending, descending, filter button,
Thank You
Looking Forward
Hello there,
I tried accessing the site but I couldn't access it. Is it accessible at the moment?
Yes, the site is live and can be accessible
Hi there,
try this CSS:
.w3eden form {
display: none !important;
}
it's also removing title and description, same as in "toolbar=0" option
Try this CSS instead:
.w3eden .panel-footer.card-footer {
display: none !important;
}
It's Done. Thank you for your great support
No problem :)
This archived topic is closed to new replies.