Hey everyone, hopefully this should be a simple & easy question to answer. I have a script that uses different custom stylesheet files based on the subdomain a customer is currently in. I have 4 Theme style presets I have coded that I want to apply and want to know if it’s possible in the following line of code to reference these presets instead of the current settings:
{% assign font_col_heads = settings.font_col_heads %}
The settings_data.json that this is getting it’s information is as follows:
Does settings.Transpac.font_col_heads do this? Or settings[Transpac].font_col_heads? What is the point of the presets if it just overwrites the theme style with the current settings?
