Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

CSS Fights span.Aside

edited May 2015 in Vanilla 2.0 - 2.8

Hey guys, it's a pretty stupid thing but I'm fighting with the css atm and I just want to remove the first-child of span.Aside. It belongs to the categories menu of the sidebar. The reason is avoid to manage big size numbers in this .ItemLink.

<ul class="PanelInfo PanelCategories">
<li>
<a class="ItemLink" href="">ALL CATEGORIES <span class="Aside"><span class="Count"><span class="Number" title="666666 discussions">"bignumber"</span></span></span></a>
</li></ul>

many thanks! =)

Best Answer

Answers

  • Options

    I want to remove the .Count of the first-child of global numbers displayed on the sidebar category panel, but actually I found another solution to make this more stetic simply changin colors ... I don't know if I should check out the answer as valid :blush::chuffed:

Sign In or Register to comment.