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
but i want this this one
https://www.thepaladin.club/
this is my website
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
1 Like
Thank you so much its working