How can the count be styled?
-
How can I customize kbe_theme_style-inline-css?
Those definitions are not part of the “kbe_style.css” that can be copied to the theme (what btw works nicely).
I want to chagne the background color of the article count, but the definition is overwritten by below definition; and I have no idea where those are set.Any hint/direction where to find and how to change those definitions is highly appreciated!
I added “!important” and the additional class specifier “.kbe_leftcol” and could finally set the background-color as I liked; but I expect there must be an easier way, which I obviously was unable to find…Here the content in the “index.html”:
<style id='kbe_theme_style-inline-css' type='text/css'> #kbe_content h2 span.kbe_count, #kbe_content .kbe_child_category h3 span.kbe_count { background-color: #b2b2b2 !important; } .kbe_widget .kbe_tags_widget a, .kbe_widget .kbe_tags_widget a:hover{ text-decoration: underline; color: #b2b2b2 !important; } </style>
- The topic ‘How can the count be styled?’ is closed to new replies.