Change colour of comment button

Posted in: Newspaper
Post count: 29

Hello, would like to change colour of comment button to #262362.
Where do I do this in newspaper theme?

Post count: 18283

Hello !

Please try this css fix and let me know if this was helpfull:

.tdb_single_comments .form-submit input[type=submit] {
background-color: #262362;
}

Thank you !

Post count: 29

Hi Vlad,

Copied this to Theme panel->Custom code->Custom CSS section and it didnt work.

Any ideas on how to fix?
Also need the text in capitals please.

Post count: 18283

Hello !

Sorry for that.

I have tested this on your website and seems to work fine: .comments .comment-form .submit {
background-color: #262362;
}

As you can see here: https://www.screencast.com/t/vC2CPL8D

Thank you !

Post count: 29

Perfect! cheers Vlad.

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