Background of the category label with round corners.

Posted in: Newspaper
Post count: 51

Hello,

I would like to put the labels of the categories that have rounded corners. How can I do this?

Thank you!

Post count: 22421

Hello,

Please provide more details to exactly what category labels you are referring to.

Thanks.

Post count: 51

Hello Bogdan!

OK! I prefer all tag´s category like tag category of module mx21, module 11 and tag category of post.

Thank you Bogdan! ^^

Post count: 22421

Please use this css code in your theme panel under custom code-> custom css:

.td-post-category{
border-radius:5px;
}

Thanks

Post count: 51

This it´s a perfect!

Good job Bogdan 🙂

Thanks!!

Post count: 51

Excuse me Bogdan, and to I do the same but tag category in post? 🙂

Post count: 22421

Sure:

.td-tags span, .td-tags a{
border-radius:5px;
}

Thanks.

Post count: 51

Hello Bogdan!

I´ve checked this but not works 🙁

Any other way?

Thanks!! 🙂

P.D: I´ll send you my url by email 🙂

Post count: 20688

Hi,

So you want something for the tags in the post page, this should work
https://www.screencast.com/t/uAxqKOtA0

.single .td-category a {
border-radius:5px;
}

Post count: 51

Perfect Simion!

Thank you!!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.