Tagged: Buttons
Hi Kriesi,
I need to make certain buttons look more round. So I tried to do this via Enfold>Advanced Styling>Buttons and it didnt work.
In fact it changed other buttons I didnt want it to..
I would like to change the green buttons on my homepage and about page to be more round – see image https://ibb.co/ph1BwKG
Thank you in advance :)
Hey tinagianna,
Please add a custom CSS class (for example round-button) to the buttons in the Advanced tab in the element options, then you can use CSS like this in Quick CSS:
.round-button a {
border-radius: 100px;
}
Best regards,
Rikard
Hi Rikard,
Thanks for the reply and your help. I tried exactly that and it didnt work :(
Any other suggestion? Thank you in advance.
Hi,
I can’t see the class I suggested that you add to the element on your page, which class did you use? If you didn’t add a class, then please try doing to first of all.
Best regards,
Rikard
Hi Rikard,
you cant see it because I removed it. I did it again with no success. You can see if you log into site.
Hi,
Please edit your Button element and go to Styling > Border and adjust Border Radius as needed – https://imgur.com/a/ejwK2hx
Best regards,
Yigit