Change header logo text colour on homepage only dawn theme

Solved

Change header logo text colour on homepage only dawn theme

miab1567
Tourist
11 0 1
Hello!I am struggling to change the colour of the logo in the header on the homepage only, want to change it white, i'm using the dawn theme
 
Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
9193 1840 1873

This is an accepted solution.

Please add this code to theme.liquid file, after <head> in Online Store > Themes > click "..." in the current theme > Edit code

{% if template == 'index' %}
<style>
.header__heading-link .h2 { color: #fff !important; }
</style>
{% endif %}

- Helpful? Like and Accept solution! - Buy me coffee
- 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)

gutenplayer
Shopify Partner
131 19 12

@miab1567 i Hope you are well

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) base.css and paste this code on the end

 

.header__heading-link .h2 {
    line-height: 1;
    color: red;
}​

I hope it works for you, let me know, and If you'd like to discuss this more about this, don't hesitate to send me a PM/DM

 

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
miab1567
Tourist
11 0 1

that does it for all the pages, I want it just for the homepage

Dan-From-Ryviu
Shopify Partner
9193 1840 1873

Hi @miab1567 

Could you share your store URL so I can check? 

- Helpful? Like and Accept solution! - Buy me coffee
- 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.

miab1567
Tourist
11 0 1

 

Yes 

d63bb7.myshopify.com

 
Dan-From-Ryviu
Shopify Partner
9193 1840 1873

This is an accepted solution.

Please add this code to theme.liquid file, after <head> in Online Store > Themes > click "..." in the current theme > Edit code

{% if template == 'index' %}
<style>
.header__heading-link .h2 { color: #fff !important; }
</style>
{% endif %}

- Helpful? Like and Accept solution! - Buy me coffee
- 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.

miab1567
Tourist
11 0 1

thank you!!!! that worked