Button Colors

Posted in: Newsmag
Post count: 106

We’re using Contact Form 7.

The “send” button is black in color.

How can that be changed?

Thanks,

Post count: 106

And, how can the color of the “post comment” button below posts be changed?

Thanks again.

Post count: 23312

Hello awtown,

Please provide your website URL and also, give me some useful screenshots so I can identify your section which you want to change.

Thanks for the message!

Post count: 106

Alright. Here’s the Contact page: http://www.healthfixesfordads.com/contact/

Below the area to write the message is a black “Send” button. How can that button color be changed?

Here’s a typical post: http://www.healthfixesfordads.com/does-baldness-lead-to-prostate-cancer/

At the bottom, below the area to post a comment, there is a black “Post Comment” button. How can that button color be changed?

I’m assuming there are settings in the theme panel > Theme colors. But, what settings are those?

Thanks,

Post count: 23312

Hello awtown,

If you want to change the color for this button, please try the code below and place it in Theme panel->Custom CSS.

The code is ->

input[type=submit] {
background-color:red;
}

The result is -> https://www.screencast.com/t/pUeCeiJwhw5 -> https://www.screencast.com/t/vypcJzjcRbM

Post count: 8

Thank you, that was useful 🙂

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