ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
In the custom.scss file I have some some simple changes to check everything's working:
body p {
color: blue;
}
I save the file and recompile the css. Site is in development mode.
But the custom css doesn't seem to be being picked up. Was wondering whether there's some way I can test/confirm the path for the custom.scss file within Gantry or if anyone can see I'm doing anything stupid?!?
Make sure that yuou are not in production mode in Gantry 5 admin and have cleared cache.
Please would you post your URL, admin id and pswd in the secure tab of your post and I'll have a look for you.
Also, Please post your FTP logon, password and FTP URL in the secure area of your post.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
1. I do need FTP access.
2. The WP user provided does not have access to see plugins.
3. You were in production mode
4. Helium template is out of date.
5. This appears to a multisite installation so that probably the reason although I do need to look further.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Ok you are using child themes and that page is using "blog-5" child theme so the custom CSS file needs to be /wp-content/themes/g5_helium/custom/blog-5/scss/custom.scss
I've now added one of those (with color "pink") and that does now compile in and work.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.