How can I change the color of just one word in the heading of a multicolumn section in Dawn theme?
I tried a few different CSS codes from old responses in other threads and they didn’t work. Some guidance would be appreciated!
How can I change the color of just one word in the heading of a multicolumn section in Dawn theme?
I tried a few different CSS codes from old responses in other threads and they didn’t work. Some guidance would be appreciated!
https://36c09f-58.myshopify.com/
is that the right link?
please do!
can you send me the password and the page URL of the heading that you want to change ?
https://admin.shopify.com/store/36c09f-58/themes/132497997875/editor
is this the link you wanted? the header is on the home page
@LizHoang my store isn’t published yet so I’m not sure if that’s the link you’re wanting
To complete your requests, please follow these steps:
.multicolumn h2.title > span {
color: red !important;
}
I hope this helps
Best,
Daisy
it worked! thanks so much, truly appreciate it!