Change Yellow bottom

Hello
Firstly, I want to than for your fantastic theme
I have a question. I can´t change the color of the botton “send” in Illdy theme (in the photo “enviar, spanish”) into my corporative color (#AE7F65).

Is it possible? Because I could change this yellow in the menu bottoms, headboard bottoms, menu, etc. But I cant in this botton

Thanks in advance, Umá

Hello Umá,

First of all, thank you for the kind words and for using our products.

Please provide me live website preview of the button in discussion and I’ll do my best to provide you a CSS solution to force the color to your custom code.

Looking forward to it.

Best regards

http://www.madeinsalvaterra.com/contacto/

Thank you very much in advanced

Your form was created with Contact Form 7? If so, you can try the same as I did

#contact-us .section-content .wpcf7-form p .wpcf7-submit {
	background-color: #171717; 
	color: #fff; /*text color */
	border: 1px solid white;
}

If it wasn’t my bad as I just wanted to help.

Hello,

It seems like this is the CSS that you are looking for:

#comments #respond .comment-form #input-submit, input[type=submit] {
    background-color: #AC8166;
}

Let me know if you got everything alright.

Regards

If I write it in style.css there are no changes, the bottom is yellow yet.
And it I write it in functions.php it product an error 500 (every single change i make in functions.php product an error 500, I don´t know why)

So, I couldn´t change :confused: :frowning:

Thank you and sorry for all these problems

You might want to try it in edit css

https://www.domain.com/wp-admin/themes.php?page=editcss
When the theme in enabled ofcourse

THANK YOU!!!
All was alright. Thank yoy so much

No problem! Glad to help!