Archived topic
Rounded edges and corners (beginner)
7 replies · Started by Patrik on January 27, 2020
Hi,
I want to have rounded edges on my container and right menu.
Also all the buttons.
Is there a quickfix (CSS) or setting button for the theme?
Many thanks,
P
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Done :)
Your site requires username and password to view.
Any chance you can provide that or unlock it for now?
Let me know :)
Hi,
Sorry for that!
Ill open the site for you :)
Try now
Try this CSS:
.separate-containers .inside-article, .sidebar .widget {
border-radius: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
It worked, many thanks!
Do you know how i cant target all of the buttons also? :)
Hi there,
try this CSS:
a.button, a.btn {
border-radius: 5px !important;
}