How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
808
Views
Mar 25, 2021 4:00 pm
Please how can I change the color of the "view replies" and "chevron" color to #ff6206?
2 Replies
Mar 26, 2021 8:04 am
Please how can I change the color of the "view replies"
You can use the CSS code below:
#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies, #wpdcom .wpd-comment-footer .wpd-toggle i {
color: #ff6206 !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
"chevron"
Could you please leave some screenshot?