No content to show

User Activity

Theme: Dawn 6.02 As we know in all themes when you go to customise your theme you will see "Theme Settings" on the left pane right at the bottom. When you select that you see the settings available for you to edit.  All sweet and works well.  However...
Correct the best way is to use css as an external file.  However, Dawn puts stylesheets within the body of the page.  Using templates is fine, but only when needed.  I created the template you suggested and also added 2 rich-text sections between eac...
Not wanting to add them "All" in there, only have those added where that section is on that page,  Just like it does now but instead of within the body, the stylesheets are placed in the <head>. If I loaded every stylesheet used in Dawn into the <hea...
Hmm...,  that is not what I am reading, e.g. https://gtmetrix.com/put-css-in-the-document-head.html Not discounting your reference, just saying there are a lot of opposing views on this topic.  Your link makes comments about loading styles to improve...
Within Dawn, stylesheets (and specific inline styles) are added to the page where a section or block has been added, it can also often use the same stylesheet more than once on the same page, especially if you have duplicate section types. Is there a...
New to Shopify theme building and I quite enjoy doing it. When updating the theme changes via CLI, it will overwrite the changed files for that theme and reset the data used in that theme.  Is there a way I can update the theme that UPDATES the theme...
In Dawn theme I am trying to add an option to select the border opacity in the header and other sections.The Dawn theme has various theme setting color options, for example for color base text --color-base-text: {{ settings.colors_text.red }}, {{ set...
OK, I am not sure why but I was able to fix it by switching the order of my divide_by in the calculation.Example {{ settings.font_number_size | times: settings.font_default_scale | divided_by: settings.font_body_size | divided_by: 100.000 | round: 3 ...
I am trying to figure out how I can set a variable in my theme.liquid file to 3 decimals, it currently reverts to 2 decimals.  So for example I may have a result calculation that should be 1.875 but it rounds to 1.87 I have tried to divide by a 3 dec...
Thanks, thought there would be a way to set a size before content is added, but otherwise ok 
In the theme settings, there are types for textarea and html.  The boxes generated however are small, is there a way to expand with larger textarea boxes, like adding new lines? Thanks
Did you ever find a solution?I was hoping that I can do a theme update for a theme I am also developing that will retain all the settings.  If there are no settings for any settings added, it should just set those new settings to the defaults.
Thanks Is there a way to add more lines to the text area?
Go to the theme code editor and under sections open main-cart-items.liquid Find (line 66 for an unedited file)  <div class="cart-item__image-container gradient global-media-settings">   under that change   <img src="{{ item.i...
In the theme settings, I am wanting to have a simple textbox that is an unformatted textbox.  Similar to the richtext type but without any of the formatting. In the rich-text.liquid file, richtext boxes are referenced like this as an example;  ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to