I too have the same problem.
url: https://rhcreditrepair.com.au
Using the customizr theme.
Have created /public_html/wp-content/themes/customizr-child/
style.css
screenshot.png
and copied from original theme:
/public_html/wp-content/themes/customizr-child/inc/css
green.css
I’ve then done a find and replace on green.css, replacing all instances of #9db668 with #007931.
For some reason, the colour change is not reflected in the site. I’ve refreshed, cleared cache etc. Inspect Element still shows #9db668.
/public_html/wp-content/themes/customizr-child/style.css looks like:
/*
Theme Name: Customizr Child
Theme URI:
Description: Child theme for Customizr
Author: Justin
Author URI:
Template: customizr
Version: 1.0.0
*/
@import url("../customizr/style.css");
Any idea what I’m missing?