Hi there,
I just started working on improving my SEO and added an H1 title to my home page manually via custom html.
I would like to change the background color and font color of the H1 title. However, I can’t find how to.
I tried the steps below but there is no “theme.scss.liquid” available. Can anybody advise?
1 - Login into your shop admin;
2 - Click on “Online Store” under the “SALES CHANNELS” section
3 - Click on “Themes”
4 - Click on “Actions” → “Edit code”
5 - Select “theme.scss.liquid”
6 - On the last line of the file paste this code:
h1.section-header__title {
color: #fff;
}
7 - Click save
Appreciate your reply. Thank you.
Endow