Changing Header Theme Colors

Changing Header Theme Colors

sixdreamz
Explorer
110 0 37

Hey,

 

im currently trying to figure out if theres a way to change the Font Colors of my Header for every Page extra. I have a pretty dark picture on my Landing Page, so i need to make the font white. when i click on my product page, the the background picture is bright, therefor you cant really see the white font color on the header.

 

is there a way where i can change it site for site?

Replies 2 (2)

PageFly-Richard
Shopify Partner
4991 1118 1796

 

Hi @sixdreamz 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.header__menu-item {
    color: red !important;
    opacity: 1;
}
</style>

You can replace the red value to the color you want to show.

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

sixdreamz
Explorer
110 0 37

But how can i change it for every Site extra? Or atleast for my Landing Page?

If i do it like you said it will change the color of every Sites Header. Not only from the Landing Page.