What's your biggest current challenge? Have your say in Community Polls along the right column.

Different color header and template theme ride

Solved

Different color header and template theme ride

Sisko1
Tourist
5 0 4

Hi, How can I choose a different color between the header and the rest of the page on Theme Ride? 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9118 2178 2688

This is an accepted solution.

Thank you for the informatin. Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

main#MainContent {
    background: white !important;
}
.collection.section-template--20322656846130__featured_collection-padding {
    background: white;
}

 

  • And Save.

I hope it help. 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
9118 2178 2688

Hi @Sisko1 

Do you mean background color? In default you can change it on white and black, but if you like to use the color you like then we can add some codes on it. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Sisko1
Tourist
5 0 4

Hi @Made4uo-Ribe

Thank you for your answer and I am sorry my late reply. I mean the background color. I would like to have yellow on the background header and from the blue line down change it for white. Screenshot 2023-08-23 111827.png 

Made4uo-Ribe
Shopify Partner
9118 2178 2688

Would you mind to share your store URL website? with password if its protected. And what kind of yellow color you like to use?

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Sisko1
Tourist
5 0 4

https://labellevenus.com/ 

There s no password at the moment

Sisko1
Tourist
5 0 4

Btw, That's the yellow. If you can write it #colornumber would be awesome so I can change it in the future. 

Made4uo-Ribe
Shopify Partner
9118 2178 2688

This is an accepted solution.

Thank you for the informatin. Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

main#MainContent {
    background: white !important;
}
.collection.section-template--20322656846130__featured_collection-padding {
    background: white;
}

 

  • And Save.

I hope it help. 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Sisko1
Tourist
5 0 4

Thank you Ribe_Dagandara!

Made4uo-Ribe
Shopify Partner
9118 2178 2688

Welcome. 😊

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.