I'm trying to remove the capitalisation for all buttons but I can't seem to get it to work. This is what I've tried. I've also tried with just .nectar-button to make it global.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hello again,
I'm trying to remove the capitalisation for all buttons but I can't seem to get it to work. This is what I've tried. I've also tried with just .nectar-button to make it global.
.nectar-button .large .regular .accent-color .regular-button {
text-transform: none !important;
}
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks so much! How annoying I was missing the spaces and didn't think of it. Thanks!