Custom CSS Not Working
-
Hi,
I am trying to fill develop a simple subscribe form and am attempting to change the display of the submit button. I have added the following CSS to the custom CSS tab:
.subscribe_button { letter-spacing: 1.25px; fill: #FFFFFF; color: #FFFFFF; background-color: rgba(1, 1, 1, 0.76); width: 100%; border-radius: 0; padding-top: 18px; padding-right: 38px; padding-bottom: 18px; padding-left: 38px; font-family: 'Montserrat',sans-serif; font-weight: 400; line-height: 1; }However, the button remains in the default layout. How can i fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom CSS Not Working’ is closed to new replies.