Archived topic
display category list as buttons
3 replies · Started by Brian on May 17, 2018
Viewing posts 1–4 of 4
Hi,
I am trying to display categories as buttons with counts in the sidebar, How do I do that or is it possible?
Kind Regards,
Brian Thompson
Hi Brian, you can try something like this:
.inside-left-sidebar .widget ul .cat-item {
padding: 5px;
background-color: #56ab2f;
border-radius: 4px;
text-align: center;
margin-bottom: 4px;
}
.inside-left-sidebar .widget ul .cat-item:hover {
background-color: #a8e063;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It Works. Thank you very much.
You're welcome Brian
This archived topic is closed to new replies.