Tagged: custom.css, styling
-
AuthorPosts
-
April 18, 2019 at 12:47 am #1092189
Hi,
I’m using Enfold 4.5.4 and for custom styling I’ve followed the documentation and created an Enfold child theme.
For custom css, I’ve placed style.css on the theme child folder.
Right now, any change I make on this css, doesn’t show up on the website.
I’ve cleared the browser cache, used incognito windows, cleared the cache on WP Super Cache and nothing changes.
I’m also using Autoptimize, but the ‘Optimize CSS Code’ is not active, as I’m making CSS changes.What am I missing here?
Thanks,
TiagoApril 19, 2019 at 5:04 am #1092554Hi Tiago,
Sorry for the problem, does it work if you move into Quick CSS in the theme options? Either way, please post admin login details in private so that we can have a closer look.
Best regards,
RikardApril 19, 2019 at 2:12 pm #1092683Thanks Rikard for your feedback.
I think it works if I place the custom CSS on the ‘built-in CSS editor’ available on Appearance > Customize.Anyway, here are the login details.
Thanks
TiagoApril 20, 2019 at 7:13 am #1092849Hi Tiago,
Thanks for that, did you try to disable file compression and delete the old CSS and JS files under Enfold->Performance to see if that makes any difference? It’s likely that you are getting cached results since you have two plugins which caches and/or minifies resources.
Best regards,
RikardApril 20, 2019 at 10:51 am #1092911Hi Rikard,
I think I’m still fighting here with the cached results.
I haven’t enabled the Autoptimize minified resources, since I was still making some changes. Forgot to disable also the Enfold minifying feature and it’s now also disabled. Am I still missing something?Also, which is the best practice here: place the custom css on the Quick CSS editor, or create the style.css as referred on the theme documentation?
Thanks,
TiagoApril 23, 2019 at 4:05 am #1093497Hi,
Thanks for the update.
The additional css code worked properly when we inserted it in the Quick CSS field. We tested it by deactivating the cache and minify plugin and then by using this css code to completely hide the content of the page.
body { display: none; }
The cache and minification plugins are still disabled. Please turn them on once you’re done with the configuration or css modification.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.