Changing section background colour

Hello,

Hope you’re well, I would like to change the background of only the section which I have attached as a screenshot to a gold colour?

Is this possible?

My website: altitudesupplements.com

Thanks,

Hey @teebey

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @teebey

You need to follow these steps:

  1. Go to the Online Store
  2. Edit Code
  3. Find theme.css / base.css

And past that CSS Code:

#shopify-section-template--17093959876747__index_image_with_text_tEynfw {
    background: white;
}

NOTE: Just change the color name whatever you want to add as bthe ackground color

I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!

I have copy and pasted like this into the file of a draft theme but it has not worked.

Thanks,

Hi @teebey

It seem to be Okay if you can share your collaboration code so I can check and let you know the actual issue

Hi Moeed, hope you’re well. Can you please check my reply below? This has not worked

Hi @teebey

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the 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

<style>
#shopify-section-template--17165565362315__index_image_with_text_tEynfw {
    background-color: #ECBB27 !important;
}
</style>

Hope this can help you solve the issue

Best regards,

Richard | PageFly