Problem changing color (CSS not working)

Posted in: Newspaper
Post count: 107

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

Post count: 35449

Hi,

Please provide me a link were I can inspect those two buttons, in this way I will be able to provide you a custom css that will work.

Thank you!

Post count: 107

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

Post count: 18283

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 !

Post count: 107

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.

Post count: 107

And I don’t want to change subscribe button in the footer. I need to change it in the sidebar.

Post count: 18283

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 !

Post count: 107

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.

http://www.thewrestlepost.com/contactus

Post count: 18283

Hello !

Here is the code for the submit button: div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit] {
background-color: blue;
}

Thank you !

Post count: 107

As I said this code is not working for me. The color still is red.

Post count: 18283

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 !

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.