Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Basic CSS Changes | Customizing Pages and Content
Shopify Store Mastery
course content

Conteúdo do Curso

Shopify Store Mastery

Shopify Store Mastery

1. Getting Started with Shopify
2. Customizing Pages and Content
3. Advanced Customization with Shopify Theme Editor
4. Advanced Techniques and Deployment

bookBasic CSS Changes

Basic CSS changes allow you to customize the look and feel of your Shopify store beyond the theme's default settings. In this chapter, you'll learn how to create and import a new CSS file to your theme for styling changes.

Steps

  1. Creating a New CSS File: go to Online Store > Themes > Edit Code and open the Assets folder. Click Add a new asset, choose Create a blank file, and name it custom.css;
  2. Adding CSS Code: open your custom.css file and add this code to change fonts and adjust the heading styles:
  3. Linking Your CSS File to Your Theme: go to the layout/theme.liquid file and add the following line before the closing </head> tag to link your new CSS file:
  4. Previewing Your Changes: save your changes and preview your store to see how the font and heading styles have been updated.
1. Where do you create a new CSS file in Shopify?
2. What does the CSS code provided change?
3. How do you import a custom CSS file into your Shopify theme?
4. Why is it useful to make custom CSS changes?
5. What is the purpose of importing the `Poppins` font in the example?
Where do you create a new CSS file in Shopify?

Where do you create a new CSS file in Shopify?

Selecione a resposta correta

What does the CSS code provided change?

What does the CSS code provided change?

Selecione a resposta correta

How do you import a custom CSS file into your Shopify theme?

How do you import a custom CSS file into your Shopify theme?

Selecione a resposta correta

Why is it useful to make custom CSS changes?

Why is it useful to make custom CSS changes?

Selecione a resposta correta

What is the purpose of importing the `Poppins` font in the example?

What is the purpose of importing the Poppins font in the example?

Selecione a resposta correta

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 3
some-alt