How to Make Quick CSS Changes Intermediate Intermediate tutorials require familiarity with basic web design concepts, as well as basic knowledge of HTML, CSS and JavaScript.
Sometimes you'll need to make quick CSS changes so that is why we've built a way of allowing you to add CSS directly from the admin:
- Go to Appearance > Theme Settings > Styling.
- Find the Quick CSS option under the CSS section.
Important
Take note of the word Quick from the title. This option was built to help you make small (Quick) adjustments. If you need to change major portions of the theme please add your custom CSS in the custom.less file. This file is located on your server in the /child-theme/style-less/ folder.
- Apply the CSS changes you need in the Quick CSS field.
- Hit the Save Changes button in order to save your changes.
Information
All the CSS from this theme is built with .less. Find out the basics of less and how to work with variables in CSS from this article.