-
AuthorPosts
-
July 25, 2017 at 2:57 pm #829657
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
July 25, 2017 at 3:42 pm #829673Hey giuliobelluomini,
Can you please provide a link to the page in question so we can inspect the element?
Best regards,
Jordan ShannonJuly 26, 2017 at 8:53 pm #830338Don’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
July 26, 2017 at 8:53 pm #830339only to check notify.. thought it was automatic (sorry)
July 26, 2017 at 9:01 pm #830342Hi,
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 ShannonJuly 27, 2017 at 12:24 pm #830604Feel 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?
July 27, 2017 at 12:48 pm #830608Hi!
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,
SarahJuly 27, 2017 at 1:05 pm #830619Again, thank you so much, this team is so wonderful :)
(I used the second option, seems better..!)
July 27, 2017 at 2:16 pm #830653Hi,
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 -
AuthorPosts
- The topic ‘How to change the send button color for the contact form..?’ is closed to new replies.
