C5V9 Style Customizer Question

We are developing a site for a customer in C5 v9.4.6. When we go to style customizer we have two problems:

  1. The RESET feature is no longer available which was in v 8.5.x. Where is this (and if not available, why is it not a feature /safety valve?),

  2. When using the customizer, we apply a style to an element (ex: navbar text color). We save and apply to the entire site. When we view the size, the NEW style is not engaged.

Summary Comments:

  1. We understand that this is a community driven site and contributors are not responsible for features such as in item 1 above, maybe someone has and insight as to how to revert a style,

  2. We have cache turned off, cleared browser cache, tried 3 different browsers. The style is just not getting applied. We went back into the customizer and the style we applied in not there - the original style is. We changed the style in our preset and still no go. I’m guessing/supposing that once the styles are loaded from the preset they are stored in the DB???

This site is so close to be deployed, but we don’t want to do so for fear that the Customer may do something in the Customizer and basically mess up the styles with no way of reverting.

Hopefully someone has some insight/thoughts.

Tx for your time.

Really, 2days and no takers… I can’t be the only one with these observations.

If your theme supports style customisations you will find the reset feature in the dashboard/Pages &Themes section

Thanks for this, but that’s my point.

In P&T, I click on “Configure” → Launch Customizer", click on “Skins and Customizer”
(Pencil) and am presented with my Theme Styles. When I select a theme style, I get no other options except to edit the styles. No Reset, no Export. Only the ability to edit the styles and SAVE or return to the theme selections.

I should have mentioned this theme is a Cloned Copy of Elemental Full Site.

Thinking that I missed something (unlikely, but one never knows) I just tried a New V9.4.7 Elemental Install. No changes/edits, just a a normal full install - the same results.

In did the same thing with an 8.x install (Full Elemental) and it’s all good.

Again, thanks for jumping on this.

Regards.

When you have edited and saved your styles, if you go back to the Pages & Themes section you should see the reset link as per this image.

Thankyou :slightly_smiling_face:.

I never saw that at all - probably due to not thinking about how it may have changed/moved.

That did do the trick.

Thanks again and enjoy your weekend.

To be honest, I gave up using the built-in customizer because I found the lack of ‘granularity’ in the reset function frustrating. It’s all or nothing. I’d like each setting to have it’s default available so I can tweak a setting and then reset that setting back individually rather than having to kill all customisation and start over from scratch.

I have similar reservations. Add lack of traceability. There is no simple way to audit “How has this theme been modified”

As an alternative, adding a site-wide custom css file puts all modifications in one place, comments can be added, and its much easier to maintain. But that only works for those who can write some css.

For those who can write css, but then need to link it into a page without writing php, there is @mesuva’s Theme Styling Tool :: Concrete CMS Marketplace

For anyone going this route, the important foundation is to scope all custom css to .ccm-page so it can’t bleed into the dashboard and edit dialogues.

I also default to Theme Styling Tool. I know how much work went into the customizer system so I’m saddened that it’s not more useful.