Hi there, I was trying to change the color of the send button of the contact form, but couldn’t. I have copypasted multiple lines of custom CSS from anywhere on the web and here, but my button is still stubbornly black. What should I do..?
Thank you for your answers
Hey giuliobelluomini,
Can you please provide a link to the page in question so we can inspect the element?
Best regards,
Jordan Shannon
Don’t know why I didn’t receive any mail about this reply..? Or why I couldn’t find it..
Anyway, link given in private content
only to check notify.. thought it was automatic (sorry)
Hi,
Add the following to quick css:
.main_color input[type='submit']{
background-color:red!important;
}
Of course edit the color to whatever you need.
Best regards,
Jordan Shannon
Feel like an idiot.. now it works perfectly.. thank you for your time and patience..!
I have another question if you can answer me here on the same post:
In the link below you can see the right box with the text inside it not aligned.. How can I change that?
Hi!
It’s because the text inside of the box is too long for the space and padding that is set. We can fix this by slightly decreasing the font size. Please try this in Quick CSS:
.av-image-caption-overlay-center {font-size:1.15em !important;}
Alternatively, you can instead use this to decrease the padding:
.av-image-caption-overlay-center {padding: 0px 1em !important}
Please let us know if you need further help!
Best regards,
Sarah
Again, thank you so much, this team is so wonderful :)
(I used the second option, seems better..!)
Hi,
I’m glad we were able to help you with this issue. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon