Hi I am trying to style my newsletter submit button to be uppercase and have a border-radius that matches my other buttons. I am using this code but it is not working.
#top .avia_ajax_form input[type=’submit’] {
border-radius: 5px !important;
text-transform: uppercase !important;
}
Hey Mary,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
i will check – if it is done by enfold settings. sorry.
can you try:
.avia_ajax_form .button {
border-radius: 5px;
text-transform: uppercase !important;
}
these settings could be done by simple css – but if you want to style hover state or some transitions. It will be better to not have input but f.e. button tag here.
See example-page and hover this input-button: https://webers-testseite.de/pureinstall/alb-testseite/
No, unfortunately that code did not work @rikard @Guenni007
I did get it to work with that code – thank you! Except using it in the CSS editor through the theme doesn’t work. Just needed to go directly to the PHP file.