I'd appreciate if someone could guide me here - I'm not having success controlling the look of the a category sub-category icon on the Categories page - it's inheriting the changes I've made to the following classes below that I've used these to control the icon on the categories page to my liking:
.categories>li .content .icon, .category>ul>li .content
However those also affect the sub-category icon, looking at the code this is what I'm now trying to control or I think I need to control but I think it conflict with the top level Category icon:
<div class="icon pull-left" style="background-color: #86C1B9; color: #333;">.
This is where I've found it:
<span class="category-children-item pull-left">**<div class="icon pull-left" style="background-color: #86C1B9; color: #333;">**<i class="fa fa-fw fa-comments"></i></div><a href="/category/5/sub-category-test"><small>Sub-Category-Test</small></a></span>
I'm trying to change the shape and size of the sub-category icon, right now it's the same size as it's top level Category.
Also of course there could be a syntax error or conflict in my CSS hacks also causing it and I'll play more and look closer also.