Hi @majerfra,
For v4.x is required add-on My Changes to be active
#add on file design/themes/[SKIN_NAME]/templates/addons/my_changes/hooks/index/styles.post.tpl
{style src="addons/my_changes/styles.css"}
```<br />
<br />
#add on file design/themes/[SKIN_NAME]/css/addons/my_changes/styles.css<br />
```php
<br />
.product-filters {<br />
background:#FFFFFF;<br />
border: 1px solid #DDDDDD;<br />
font-size: 90%;<br />
line-height: 140%;<br />
margin: 0;<br />
height: 130px;<br />
overflow: auto;<br />
padding: 0 5px 5px;<br />
}<br />
.filter-title{ border:none }<br />
```<br />
<br />
Tips: To use only to a particular filter as image bellow you need to get filter_id<br />
<br />
<br />
```php
<br />
#content_27_8{<br />
background:#FFFFFF;<br />
border: 1px solid #DDDDDD;<br />
font-size: 90%;<br />
line-height: 140%;<br />
margin: 0;<br />
height: 130px;<br />
overflow: auto;<br />
padding: 0 5px 5px;<br />
}<br />
#sw_content_27_8 .filter-title{ border:none }<br />
```<br />
<br />
I hope that helps,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]