Removing a thin black line

Hey,

Does anyone know how I can remove the black thin underline under the categories box on the right hand side.



I’ve searched everywhere and just can’t find it :frowning:



thanks

In styles.css line 641:…



.sidebox-categories-wrapper .sidebox-title {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background:#4A5356 url(images/sb_categ_title_right.png) no-repeat scroll right top;

[COLOR=“Red”]border-bottom:1px solid #1C272B;[/COLOR]

padding:0 11px 0 0;



Remove the red part

Thanks Roban :smiley:



Ignore that e-mail I sent you. I fixed it in the end.