Getting Child Theme CSS to Work
-
I’ve tried reading multiple threads concerning getting custom CSS working in Hueman using a Child Theme, including this recent one, but I cannot find the solution to my issue.
When I go into Appearance > Editor in the admin dashboard, modifying “style.css” or “custom.css” does not change anything on the main website. When I use the Jetpack plugin “Edit CSS” module, however, the changes are immediately reflected. What I’ve tried:
1. Disabling caching plugin (W3 Total Cache) and CDN (Cloudflare).
2. Disabling “Dynamic Styles” in Appearance > Customize.
3. Used the website host’s File Manager to modify the CSS files.
4. Disabled the Jetpack “Edit CSS” module.
5. Erased everything in the Child Theme “style.css” and the “functions.php.”
6. Modifying custom.css in the Main Theme directly.The code I’ve been testing with is:
/* Modify caption text */ .entry .wp-caption-text { color: #000; font-size: 15px; }
I know little about CSS except for the rudimentary information I’ve gathered, but while this immediately works in the Jetpack “Edit CSS” module, it hasn’t been working after I’ve attempted it with the CSS files after trying all of the above. What am I doing wrong?
- The topic ‘Getting Child Theme CSS to Work’ is closed to new replies.