Cascading Style Sheets (CSS) is a type of language that is used to describe how a document written in HTML or XML should be presented when displayed to a user. It helps to control the layout of the document and apply different layouts within various media types and formats of structured content.

Knowing CSS can be a useful skill for anyone who owns and operates a website and there apps that can help. So, here is how you can change the CSS of your website.

Key Takeaways
1
CSS describes how HTML or XML documents should be presented to users.
2
To edit CSS in Shopify: Access Admin, then Online Store, then Liquid Files.
3
Correct CSS changes, like adding meta tags, can enhance website search ranking.

 

Step 1 - Admin

Log into your Shopify admin page using your store credentials.

Step 2 - Online Store

On the left-hand side menu, find and click on the ‘Online Store’ option. The themes page will open by default. There should be a button that appears on the top right-hand side that has the more (‘…’) symbol. Click on this and then in the drop-down menu you can select the ‘Edit HTML/CSS’ option.

Step 3 - Liquid Files

Find and open the ‘Asset’ folder and then click on the file that has CSS in the name. It should look like css.liquid. If you can’t find that, search for a file that ends with ‘css.liquid’ or ‘scss.liquid’. You can open this file to edit the CSS.

You can add, edit or remove CSS with ease from within this file. However, be sure that you’re happy to do this. When you make changes, you might break your site if you make an error.