- This topic has 1 reply, 1 voice, and was last updated 10 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Tagged: style css for taxonomy
Hi,
I style the taxonomy by using .searchandfilter ul li{display:inline-block;} But this make the next taxonomy become inline. What do I do if I only want that terms within specific taxonomy to be inline block?
For example, I want ‘size’ to be inline block. so I put
.searchandfilter ul li.sf-field-taxonomy-size{display:inline-block !important;}
But this doesn’t work because .searchandfilter ul li{display:inline-block;} overwrite it.