How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
678
Views
Mar 29, 2021 5:35 am
I want to change the color of the "Post Comment" text
2 Replies
Mar 29, 2021 7:20 am
You can use the CSS code below:
#wpdcom .wc-field-submit input[type="submit"] {
color: #ff4d4d !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
The red marked value can be changed as you like.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
Mar 29, 2021 7:51 am
Thanks. It worked