issue with the background colors and text color

hey the website is zetextracts.com

Dawn version 7.0.1

so we just made the whole about us page black background and white text looks great :
https://www.zetextracts.com/pages/about-us

but after we did that little change it changed the products background to all black as well and now we cant read the text and description of the products and titles becuse the background is black and the text as well when i do white background it changes the about us as well

so my quistion is how can i keep the about us the way it is with black background and white text and only chanhe the other pages to be white background defult with black text
thats the prodcuts page
https://www.zetextracts.com/collections/all
please help thanks

Hallo @esamsh788

ou can add code by following these steps to change collection and product pages background color:

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file

  3. Paste the below code before

.section-template--14510596194407__product-grid-padding { background: white !important; }
 

hey thanks for trying to help but i dont get it i am kind of new to this can i get more details thanks for the help

Hi @esamsh788 ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:
{% if page.url contains 'about-us' %} 
     
{% endif %}

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find layout >theme.liquid and paste this at the bottom of the file:
{% if template contains 'product' %}

{% endif %}