[Resolved] display category list as buttons

Home Forums Support [Resolved] display category list as buttons

Home Forums Support display category list as buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #577868
    Brian

    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

    #577887
    David
    Staff
    Customer Support

    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/

    #577900
    Brian

    It Works. Thank you very much.

    #577901
    David
    Staff
    Customer Support

    You’re welcome Brian

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