Color change blog submit button - will not work

Hi - I’m trying to change the color of my submit button on the single blog page, but it’s not working for some reason.

Here is a post: https://rmcgp.com/2018/08/cash-balance-plans-vs/

You’ll see that the submit button is invisible. I’d like to make the color ON SINGLE BLOG PAGES ONLY show up as the dark navy blue: #1b2b51

I don’t want all the buttons on my page other than single blog posts to be affected.

Any help is appreciated! Thank you…

Hello @rmcgroup,

Thanks for asking. :slight_smile:

You can use following CSS under Pro > Theme Options > CSS to change submit button color on single post pages:

.single-post input#entry-comment-submit {
    background-color: #324161 !important;
    color: #fff;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Please note that providing support for custom codes (like CSS changes) falls outside the scope of support we can offer. In case of any issues with the layout because of custom codes we won’t be able to provide support.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.