Add Border To Subcategory Links

Hi,

I was wondering how i can add a border around the subcategory text links. I am not using images here so i would like to have something more “dividing” them besides space…



Here i have added on photoshop how i would like it… The borders you see around “147” and “156”. If possible add some background color aswell

Try to add the following rules to the CSS section of the Theme editor:



.subcategories .ty-subcategories__item span {
border: 1px solid black;
padding: 3px 6px;
}

[quote name=‘eComLabs’ timestamp=‘1437560261’ post=‘223917’]

Try to add the following rules to the CSS section of the Theme editor:


<br />
.subcategories .ty-subcategories__item span {<br />
  border: 1px solid black;<br />
  padding: 3px 6px;<br />
}<br />

```<br />
[/quote]<br />
<br />
That worked. Thank you <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)">

You are welcome!