Site logo

[Resolved] Remove Tool Bar Search and Filter button through CSS

Home Forums Support [Resolved] Remove Tool Bar Search and Filter button through CSS

Home Forums Support Remove Tool Bar Search and Filter button through CSS

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2595157
    Oppo Gene

    Hi there, I want to remove the search and ascending, descending, filter button,

    Thank You
    Looking Forward

    #2595447
    Fernando
    Customer Support

    Hello there,

    I tried accessing the site but I couldn’t access it. Is it accessible at the moment?

    #2596033
    Oppo Gene

    Yes, the site is live and can be accessible

    #2596310
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .w3eden form {
        display: none !important;
    }
    #2596683
    Oppo Gene

    it’s also removing title and description, same as in “toolbar=0” option

    #2596740
    Ying
    Staff
    Customer Support

    Try this CSS instead:

    .w3eden .panel-footer.card-footer {
        display: none !important;
    }
    #2596760
    Oppo Gene

    It’s Done. Thank you for your great support

    #2596796
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.