Comments 1clempire started the conversationOctober 5, 2020 at 11:01amHi, currently i have a button on the landing page that i would like to customize the border radius for. i tried to add css to the page but it did not work. Would anyone know how to fix this ? Greetings 2,967Andrew repliedOctober 5, 2020 at 11:07amHi clempire,Thanks for reaching out.Use the following custom css: body.material .nectar-button.jumbo:not([class*="see-through"]) { border-radius: 5px !important; } Hope this helps. Sign in to reply ...
Hi,
currently i have a button on the landing page that i would like to customize the border radius for. i tried to add css to the page but it did not work. Would anyone know how to fix this ?
Greetings
Hi clempire,
Thanks for reaching out.
Use the following custom css:
Hope this helps.