How can I change the color of this Text?

Solved

How can I change the color of this Text?

NikosBat
Trailblazer
408 1 76

Hello guys, how can I change the color of only these 2 words.

 

2000.png

Accepted Solution (1)
Mustafa_Ali
Explorer
360 30 58

This is an accepted solution.

hey @NikosBat follow these steps 

MustafA16_0-1742924843729.png

 

then 

MustafA16_1-1742924871537.png

open the three dots then 

MustafA16_2-1742924921970.png

 

open the edit code then 

MustafA16_3-1742924961651.png

 

open the theme.liquit file then

MustafA16_4-1742925002972.png

 

then scroll down and find the body tag 

then place this code 

<style>
.sale-message {
    color: red;
}
</style>

now if i managed to help you then don't forget to like and mark it solution

View solution in original post

Replies 5 (5)

Mustafa_Ali
Explorer
360 30 58

hey @NikosBat share the URL of your website so i can help you
and if there is password then share it

Mustafa_Ali
Explorer
360 30 58
.sale-message {
    color: red;
}

MustafA16_0-1742897256070.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

NikosBat
Trailblazer
408 1 76

Hey MustafA16 and thanks for your answer, how can I find the body part, could not find it 😕

Mustafa_Ali
Explorer
360 30 58

This is an accepted solution.

hey @NikosBat follow these steps 

MustafA16_0-1742924843729.png

 

then 

MustafA16_1-1742924871537.png

open the three dots then 

MustafA16_2-1742924921970.png

 

open the edit code then 

MustafA16_3-1742924961651.png

 

open the theme.liquit file then

MustafA16_4-1742925002972.png

 

then scroll down and find the body tag 

then place this code 

<style>
.sale-message {
    color: red;
}
</style>

now if i managed to help you then don't forget to like and mark it solution

NikosBat
Trailblazer
408 1 76

Thanks for your time and help MustafA16