Comments Jason started the conversationMarch 30, 2021 at 4:53pmI am trying to set a style for the Nectar buttons on the Salient Theme and have checked the Typography>Nectar Specific Elements Screen.I would like to change the text colour of the buttons and make then round.How can I do this?Cheers,J. 2,967Andrew repliedMarch 30, 2021 at 4:55pmHi Jason,Please send your website url so that we can provide cs for what's possible.Thanks.Jason repliedMarch 30, 2021 at 5:00pmwww.bumbleance.comButtons are currently black, square with white textI would like yellow buttons, rounded and black text 2,967Andrew repliedMarch 30, 2021 at 5:18pmHi Jason,Please try this css: #featured article .post-title > a { color: #000; border: 2px solid yellow; border-radius: 33px;}Thanks.Jason repliedMarch 30, 2021 at 6:16pmThanks - I tried that and no change to the buttons eg "Send Button"https://www.bumbleance.com/contact-us/ 2,967Andrew repliedMarch 30, 2021 at 6:19pmHi Jason,For the send button please try this css: input[type=submit], button[type=submit], input[type="button"] { background-color: yellow; color: #000; border-radius: 32px !important;}Thanks.Jason repliedMarch 30, 2021 at 6:23pmYes - excellent - that worked! Sign in to reply ...
I am trying to set a style for the Nectar buttons on the Salient Theme and have checked the Typography>Nectar Specific Elements Screen.
I would like to change the text colour of the buttons and make then round.
How can I do this?
Cheers,
J.
Hi Jason,
Please send your website url so that we can provide cs for what's possible.
Thanks.
www.bumbleance.com
Buttons are currently black, square with white text
I would like yellow buttons, rounded and black text
Hi Jason,
Please try this css:
Thanks.
Thanks - I tried that and no change to the buttons eg "Send Button"
https://www.bumbleance.com/contact-us/
Hi Jason,
For the send button please try this css:
Thanks.
Yes - excellent - that worked!