Thread Starter
khoavo
(@khoavo)
So I removed the entire block codes in my Custom CSS and added it back in one by one, and I’ve identified the codes that were causing this issue of not allowing me to Publish and save. One of your team member gave me these codes to use awhile back which allows me to CHANGE THE COLOR OFTHE CHECKMARK.
/* Check Mark – change color by replacing value between the%23 and %27 towards the end*/
input[type=checkbox]:checked:before {
content: url(data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ce050f%27%2F><%2Fsvg>);
}
Is there another way for me to change the Color of the checkmark? Since the code above is now causing issues. Let me know. Thanks
Hi @khoavo,
Thank You for contacting us.
The given code is working fine as you can see in this video as well.
[ Helping Screencast ]
The problem might be coming somewhere else in the customizer which is not letting you save the settings and publish them.
For debugging purposes, you can change your theme temporarily to see if the customizer works fine with the above CSS, if it does work fine then the problem is in the theme.
Looking forward.
Thread Starter
khoavo
(@khoavo)
Hey, Thanks for the response. Yeah I found out the same code worked fine on some of my other sites, while some was having issue Saving. So the ones that had issues, I deleted that block of code to change the checkmark color and was able to save. Not too big of a deal, just thought it was odd. Thanks for sharing your work, great plugin.