Home Forums Basel support forum Filter to button

Filter to button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21070

    super100
    Participant

    Hi

    How do I change the filter text to button for mobile site?

    Example (take a look from mobile site)

    http://www.boohoo.com/womens/sale

    Thanks

    #21074

    Artem Temos
    Keymaster

    Hello,

    Unfortunately, there is no such feature in our theme.

    Kind Regards

    #21113

    super100
    Participant

    Can you please recommend css code or plugin to change the filter to button.

    Thanks

    #21122

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .shop-loop-head .basel-filter-buttons .open-filters {
    	color: white!important;
    	background: #000000;
    	padding:8px 24px 8px 12px!important;
    }
    
    .shop-loop-head .basel-filter-buttons .open-filters:after, 
    .shop-loop-head .basel-filter-buttons .open-filters:before {
    	background:#fff!important;
    	right: 7px!important;
      top: 17px!important;
    }
    #21238

    super100
    Participant

    Thanks! it works 🙂

    #21253

    Artem Temos
    Keymaster

    You are welcome!

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