Site logo

Archived topic

How i can convert these text into Button like boxes

1 reply · Started by hyali on February 23, 2021

Viewing posts 1–2 of 2

Hello Everyone, This is my Second Post here, Can you please help me with how I can get the post-like buttons on my categories and tags?

https://ibb.co/wythdFk here is a screenshot of my categories and tags on my main page, I want to change style from simple text to buttons, I want to update this style on all over the posts

Hi Ali,

You could try this CSS, change the colors numbers to find the best solution for you.

.entry-meta .cat-links a {
    background-color: #2134;
    padding: 5px 15px;
    border-radius: 5px;
}
This archived topic is closed to new replies.