CSS changes appear only in customize mode
-
I am trying to change the colour of some social media icons on my website from green to orange using CSS, and it works perfectly fine until I exit the customize page.
When viewing the website in any other way the colour of the icons remain the default green, but the second I click Customize to change them, they change to orange.
If when I’m editing, the CSS works fine, why would it not stay that way?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try using the CSS below:
.jetpack-social-widget-item a { color: #e1702f; }If it doesn’t work, please keep it in the customizer so we can use browser developer tools to troubleshoot further.
-
-
- The topic ‘CSS changes appear only in customize mode’ is closed to new replies.