Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: dawn theme header

Solved

How can I change the color of individual page buttons in a Dawn theme header?

anwarrahim
Shopify Partner
13 0 6

I have two pages on header i turn them into button, if i change color of 1 page button then second page button text automatically change, I want to make the text color change individually.

 

you can see this is my result

anwarrahim_1-1700236925893.png

 

but i want this this one

 

anwarrahim_2-1700237011914.png

 

https://www.thepaladin.club/ 

this is my website

 

 

 

Developer
Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @anwarrahim 

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 base.css

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

 

a#HeaderMenu-login {

    background: white !important;

}

a#HeaderMenu-login span {

    color: black !important;

}

 

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.

View solution in original post

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @anwarrahim 

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 base.css

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

 

a#HeaderMenu-login {

    background: white !important;

}

a#HeaderMenu-login span {

    color: black !important;

}

 

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.

anwarrahim
Shopify Partner
13 0 6

Thank you so much its working 

Developer