Feature request: category widget styling

Posted in: Newspaper
Post count: 17

Hello, can you please add an option for “Category widget” which looks quite boring right now:

Category widget

to look like the categories under the post title:

Categories under post

?

Maybe with a bit bigger font.
Thanks!

Post count: 3343

Hi,
You can make this with some CSS

Add this CSS in Theme panel -> Custom CSS

.widget_categories li a {
    color: #FFFFFF;
    margin: 4px 0 10px;
    padding: 4px 10px 4px 12px;
}

and this to add color for each button:

.widget_categories .cat-item-7 {
    background-color: #db3d3d;
}
.widget_categories .cat-item-218 {
    background-color: #6ab864;
}

Use inspector from Firefox or Chrome and take each ID for each category and choose a color http://screencast.com/t/56hhDfQ71

Thanks!

Post count: 17

I actually requested a feature to automatically style the categories widget if a theme option toggle is set. I didnt request for a specific css styling, i wanted this feature to be in the category widget.

Post count: 854

hi,
thank you for your suggestion,
we will talk about this suggestion.

Thanks for you message.
Radu A.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.