Change the color of single words

Solved

Change the color of single words

ShibaWonderland
Excursionist
18 0 7

Hey everyone.

 

I can't figure out how to to change colors on a slideshow 'heading' text and 'text'.

I want to change the heading to the color #FF912C and the SHIBALOVE also to #FF912C.

 

In addition, i want to have shadow on the text. 

 

It is a picutre slideshow in the background.

 

ShibaWonderland_1-1725646720412.png

 

Thank you very much!

 

Accepted Solutions (2)
BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @ShibaWonderland

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.slideshow__slide.slideshow__slide--f91e33fc-404a-4206-9bc7-ff18f7cc40d4 .hero__title .animation-contents {
   color: #FF912C;
}
</style>

 

 It's in a text so I can't convert the whole word "SHIBALOVE"

BSSCommerceHDL_0-1725647967241.png

Hope this can help you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Made4uo-Ribe
Shopify Partner
10202 2423 3069

This is an accepted solution.

Hi @ShibaWonderland 

We can change the heading but not the subheading one word. You need a developer to adjust the backend code. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.slideshow__slide--f91e33fc-404a-4206-9bc7-ff18f7cc40d4 .hero__title {
    color: #FF912C;
}

 

And Save. 

result:

Made4uoRibe_0-1725651737240.png

 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 8 (8)

BSSCommerce-HDL
Shopify Partner
2305 835 910

Hi @ShibaWonderlandCan you kindly share your store link with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

ShibaWonderland
Excursionist
18 0 7

Hey @BSSCommerce-HDL , thank you for your reply.

 

Do you mean the website link? The website link is: shibawonderland.com

 

Thank you!

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @ShibaWonderland

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.slideshow__slide.slideshow__slide--f91e33fc-404a-4206-9bc7-ff18f7cc40d4 .hero__title .animation-contents {
   color: #FF912C;
}
</style>

 

 It's in a text so I can't convert the whole word "SHIBALOVE"

BSSCommerceHDL_0-1725647967241.png

Hope this can help you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

ShibaWonderland
Excursionist
18 0 7

Thank you very much for your help!

Is it also possible to have a shadow on both texts? 

Made4uo-Ribe
Shopify Partner
10202 2423 3069

This is an accepted solution.

Hi @ShibaWonderland 

We can change the heading but not the subheading one word. You need a developer to adjust the backend code. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.slideshow__slide--f91e33fc-404a-4206-9bc7-ff18f7cc40d4 .hero__title {
    color: #FF912C;
}

 

And Save. 

result:

Made4uoRibe_0-1725651737240.png

 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ShibaWonderland
Excursionist
18 0 7

Thank you for your reply! 🙂

But that means is possible no? I just need the code for it?

Made4uo-Ribe
Shopify Partner
10202 2423 3069

Everything is possible if you have a good developer. Not only the code, you need to rearrange/add code/write some code. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ShibaWonderland
Excursionist
18 0 7

Thank you!

Do you maybe have a solution for the Shadow thing?