Re: change color individual text

Solved

How can I change the color of an individual text block?

lailalaila
Excursionist
20 0 10

Hello,

 

I have a Text Block on my Product page, which says 'ready to ship'
I would like this Sentence to be in the color green (378805)
 but I can only change the text color of every Text.

 

Is there a way to change the color of one Text block individually?

I am using the pipeline theme.

 

Bildschirmfoto 2022-04-04 um 12.08.02.png

 

Thank you!

Accepted Solutions (2)
Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

@lailalaila 

.product__subheading {
    color: red !important;
}

Add this code into the bottom of theme.css file.
Add color according to your need.

View solution in original post

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

@lailalaila 
add this code also.

a.border-bottom-link.uppercase {
    color: black !important;
}

View solution in original post

Replies 11 (11)

Zworthkey
Shopify Partner
5581 642 1578

@lailalaila 
Welcome to the Shopify community!
Thanks for your good question.


Please share your store URL.
So that I will check and let you know the exact solution here.

lailalaila
Excursionist
20 0 10

AvadaCommerce
Shopify Partner
3879 839 984

Hi @lailalaila ,

 

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

banned
lailalaila
Excursionist
20 0 10

Halothemes
Trailblazer
168 30 45

Hello @lailalaila,

 

Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.

 

Best regards.

HaloThemes - Top Premium Shopify Theme Provider
Ella Shopify Theme OS 2.0 - #1 Best Selling Shopify Theme of All Time
Want to try Shopify? Open a Store for FREE

lailalaila
Excursionist
20 0 10
Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

@lailalaila 

.product__subheading {
    color: red !important;
}

Add this code into the bottom of theme.css file.
Add color according to your need.

lailalaila
Excursionist
20 0 10

Thank you!

 

That worked, but now the Brand name over the pruduct title is green as well.
Can I change it only for the text below?

Bildschirmfoto 2022-04-04 um 12.55.43.png

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

@lailalaila 
add this code also.

a.border-bottom-link.uppercase {
    color: black !important;
}
lailalaila
Excursionist
20 0 10

Thank you!!

Zworthkey
Shopify Partner
5581 642 1578

@lailalaila 
Kindly like our Solution if helpful.