• Hello everyone.

    I have a question on how to make buttons more round on WordPress. I saw a website that uses buttons exactly how round I want:

    https://sleepoutcurtains.com/

    Is there any way to implement buttons like this using html?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You have to create a css code that will be associated with class of your buttons. I don’t know the structure of your website but it’s simple like:

    .btn {
    border-radius:500px;
    }

    you will have to change the name class to your own. Add it to the custom code of your themes and it’s ready.

    • This reply was modified 4 years, 7 months ago by agencjaspace.
Viewing 1 replies (of 1 total)

The topic ‘Need Help Making Buttons Circular’ is closed to new replies.