Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #829673

    Hey giuliobelluomini,

    Can you please provide a link to the page in question so we can inspect the element?

    Best regards,
    Jordan Shannon

    #830338

    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

    #830339

    only to check notify.. thought it was automatic (sorry)

    #830342

    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

    #830604

    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?

    #830608

    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

    #830619

    Again, thank you so much, this team is so wonderful :)

    (I used the second option, seems better..!)

    #830653

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to change the send button color for the contact form..?’ is closed to new replies.