Posted on : 2020-08-20 08:51:12 View Type: public Jessica Morrison Is there a way to change the eye icon color? Client would like it to be a color other than green.
Posted on : 2020-08-20 16:20:20 View Type: public Jessica Morrison Add this CSS in wp-admin >> Appearance >> Customize >> Additional CSS .section-title-wrapper:after { color:#CCC !important; } You can change #CCC with your color code.