Re: Change collect title font color

Solved

How can I change the font color of 'shop all' from white to black?

Hans99
Tourist
16 0 1

I need some help to change the font colour of "shop all" from white to black as shown in the image below 

 

Screenshot 2023-11-27 at 3.30.48 PM.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
10736 2122 2241

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after <head> tag

<style>
.collection-hero__title { color: #000 !important; }
</style>

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 7 (7)

PageFly-Henry
Shopify Partner
1184 335 293

Hi @Hans99 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

.hero__title {

    color: black !important;

}

 

In case the above code doesn't work, can you send me the page URL so I can test it more carefully?

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Hans99
Tourist
16 0 1

It still does not work 

Hans99
Tourist
16 0 1

https://vitassential.net/collections/shop-all

the store password is vitassential

PageFly-Henry
Shopify Partner
1184 335 293

You can try again with this code:

h1.collection-hero__title.h1 {
 color: black !important;
}

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dan-From-Ryviu
Shopify Partner
10736 2122 2241

Hi @Hans99 

Could you drop your store link to check?

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Hans99
Tourist
16 0 1

https://vitassential.net/collections/shop-all

The password is vitassential

 

Dan-From-Ryviu
Shopify Partner
10736 2122 2241

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after <head> tag

<style>
.collection-hero__title { color: #000 !important; }
</style>

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.