Styling the tabs numbers impossible?
-
Hi!
Kind of pulling my hair at the moment because I can’t get the styling to respond on the tabnumbers.
I copied:
`#buddypress div.item-list-tabs ul li a span {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #CCCCCC;
border-radius: 50%;
color: #999999;
display: inline;
font-size: 70%;
margin-left: 2px;
padding: 3px 6px;
text-align: center;
vertical-align: middle;
}`
from the buddypress.css and pasted it in my custom css-file in my theme and nothing happens.
I paste it in the child theme and nothing.
Even when I modify it in the original buddypress.css nothing happens.What can I do? And am I doing it wrong?
- The topic ‘Styling the tabs numbers impossible?’ is closed to new replies.