What's your biggest current challenge? Have your say in Community Polls along the right column.

Change Color of One Word in Heading?

Solved

Change Color of One Word in Heading?

sculptingbodies
Tourist
20 0 3

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!

Accepted Solution (1)

DaisyVo
Shopify Partner
988 126 141

This is an accepted solution.

Hi @sculptingbodies 

 

To complete your requests, please follow these steps:

 

1. Go to the section you want to edit and wrap the desired text with a span tag

 

https://prnt.sc/_q4hzYPBveOa

 

2. Add the following CSS code to your stylesheet:

 

 

 

.multicolumn h2.title > span {
    color: red !important;
}

 

 

 

I hope this helps

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 8 (8)
sculptingbodies
Tourist
20 0 3

please do!

LizHoang
Shopify Partner
278 32 59

Hi @sculptingbodies 

 

Can you send me the page link to check further for you? 

 

Thank you 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
sculptingbodies
Tourist
20 0 3

https://36c09f-58.myshopify.com/

is that the right link?

LizHoang
Shopify Partner
278 32 59

can you send me the password and the page URL of the heading that you want to change ? 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
sculptingbodies
Tourist
20 0 3

https://admin.shopify.com/store/36c09f-58/themes/132497997875/editor

is this the link you wanted? the header is on the home page

sculptingbodies
Tourist
20 0 3

@LizHoang my store isn't published yet so I'm not sure if that's the link you're wanting

DaisyVo
Shopify Partner
988 126 141

This is an accepted solution.

Hi @sculptingbodies 

 

To complete your requests, please follow these steps:

 

1. Go to the section you want to edit and wrap the desired text with a span tag

 

https://prnt.sc/_q4hzYPBveOa

 

2. Add the following CSS code to your stylesheet:

 

 

 

.multicolumn h2.title > span {
    color: red !important;
}

 

 

 

I hope this helps

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
sculptingbodies
Tourist
20 0 3

it worked! thanks so much, truly appreciate it!