Archived topic
Border around tag element
6 replies · Started by Roger Rogers on September 19, 2021
https://affiliatemarketingly.org/wp-content/uploads/2021/09/category-border.png
Can you help me with the CSS needed to put border on the tag element as in the image? The post has a border around it, but I would also like to style the "Beginner's level" tag.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hello, I added the link to the site in question in the private field.
There are two things I would like to do with the style of the "Beginners' level" container with Simple CSS.
1. add a radius of 10px so that it shows rounded
2. add a border of 2px in #ebebeb gray color
I would like to also style the archive post itself with the same border style effects.
Hi Roger,
Give this CSS a try:
header.page-header {
border-radius: 10px;
border: 2px solid #ebebeb;
}
Let me know :)
Hello Ying,
Thank you. That worked!
Roger
You are welcome :)
Thank you for resolving this issue. I am closing this ticket.