Forums › Forums › Search & Filter Pro › How to change main filter Design
Tagged: Filter Bar design change
- This topic has 4 replies, 3 voices, and was last updated 5 years, 6 months ago by Trevor.
Viewing 5 posts - 1 through 5 (of 5 total)
-
Anonymous(Private) May 21, 2019 at 2:57 pm #211806
Hi
I want to change layout of main filter bar. https://network.thehighline.org/projects/
something like this above .
my site is
https://aiamain.wpengine.com/latest-news
to enter site username demo pswd demo12Can u please help.
Thanks
Trevor(Private) May 21, 2019 at 3:36 pm #211815It would need to be done with Custom CSS, like this:
.wpb_text_column .searchandfilter ul li:before { display: none; } .wpb_text_column .searchandfilter ul li ul { padding-bottom: 5px; padding-left: 0px; padding-top: 5px; } .searchandfilter > ul > li { display: inline-block; vertical-align: top; padding: 0 20px; } .searchandfilter > ul > li.sf-field-category ul, .searchandfilter > ul > li.sf-field-tag ul { columns: 2 } .searchandfilter li[data-sf-field-input-type=checkbox] label { margin-right: 20px; } .searchandfilter > ul > li.sf-field-search { display: block; } .searchandfilter > ul > li.sf-field-search label { width: 100% } .searchandfilter > ul > li.sf-field-search label input[type="text"] { width: 100%; padding: 10px; margin-bottom: 10px }
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)