Using text-transform and icons in topic column header
-
I know how I can set the text as uppercase:
#bbpress-forums li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-forum-freshness { color: #fff !important; font-weight: normal !important; /*text-transform: uppercase !important;*/ }
My problem is that I only want to set the column headers as upper case and not all the other rows. I know I can override the actual text value but I would like to do it with CSS. Can we limit this transform to just that row?
Also, related to this first row, in your own wordpress forum it is using two icons instead of text for Topics | Posts. How do we do that?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using text-transform and icons in topic column header’ is closed to new replies.