Home Forums Basel support forum Remove "basel-filter-buttons"

Remove "basel-filter-buttons"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1803

    webberry
    Participant

    Good morning;
    I would like remove the filter button in the shop.

    I have added the next in the custom CSS but It does not work

    .basel-filter-buttons{
    display: none;
    }

    Thank you very much

    #1805

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    Just try to use this code instead

    .basel-filter-buttons {
        display: none!important;
    }
    #1807

    webberry
    Participant

    Ok, it does work.
    thank you very much

    #1816

    Artem Temos
    Keymaster

    Great, you are welcome.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Remove "basel-filter-buttons"’ is closed to new replies.