Hi team! I want to change the color of the subscribe button in the sidebar and submit button of my contact form to black. I have used the CSS but it doesn’t reflect changes. Please help.
Screenshot – https://imgur.com/a/Wtm5BSi
you can find the subscribe button on this page in the sidebar – https://www.thewrestlepost.com/featured/934/brock-lesnar-retired-from-ufc-mma-dana-white/
the submit button is here – http://thewrestlepost.com/contactus
Hello !
For the submit button you have to add this code: div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit] {
background-color: blue;
}
For the subscribe button add this code:
.tdn_block_newsletter_subscribe button {
background-color: blue;
}
You change the color from blue to anything you want.
Thank you !
That’s the problem I’m having. The CSS doesn’t change anything. I’ve tried to put it in theme panel as well as the Live CSS.
And I don’t want to change subscribe button in the footer. I need to change it in the sidebar.
Hello !
Sorry for misunderstanding your issue.
Here is the code for the sidebar subscribe: aside #mc_embed_signup .button{
background-color:green;
}
Also make sure that you insert the code here: https://www.screencast.com/t/P2uWAnvQGFIp; https://www.screencast.com/t/3tXi3hLM. As you can see in the live editor all the codes above work.
Thank you !
Please provide the same for the submit button on this page as well. The code above is already in the theme panel but doesn’t reflect the change.
As I said this code is not working for me. The color still is red.
Hello !
Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you !