Site logo

Archived topic

Rounded edges and corners (beginner)

7 replies · Started by Patrik on January 27, 2020

Viewing posts 1–8 of 8

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?

Example (dropboxlink)

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

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;
}
This archived topic is closed to new replies.