Background Colour Change

Solved

Background Colour Change

magneticprints
Excursionist
33 1 4

Hi, I am trying to change the background colour for the area I labelled as "1". I was able to change the colour for the area labelled "2", but I cant figure out how to change the colour for "1". Does anyone know how to change the colour using the Custom CSS code?Untitled.jpg

Accepted Solution (1)
Abdosamer
Shopify Partner
895 163 183

This is an accepted solution.

@magneticprints , go to base.css and add the following code at the end of it :

section#shopify-section-template--17007436103865__171318479450d8aa5e {
    background-color: #ffdcdc !important;
}

Result:

Abdosamer_0-1719793923578.png

 

 

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 6 (6)

Abdosamer
Shopify Partner
895 163 183

Hi @magneticprints , can you share your store url?

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
magneticprints
Excursionist
33 1 4

@Abdosamer yes of course. it is magneticprints.com.au

Abdosamer
Shopify Partner
895 163 183

This is an accepted solution.

@magneticprints , go to base.css and add the following code at the end of it :

section#shopify-section-template--17007436103865__171318479450d8aa5e {
    background-color: #ffdcdc !important;
}

Result:

Abdosamer_0-1719793923578.png

 

 

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
magneticprints
Excursionist
33 1 4

@Abdosamer sorry i didnt see your response. it works! thanks for your help!

PageFly-Noah
Shopify Partner
1317 233 273

This is Noah from PageFly - Shopify Page Builder App

 

Hi @magneticprints  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
  #shopify-section-template--17007436103865__171318479450d8aa5e{
   background: gray !important;
 }
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

magneticprints
Excursionist
33 1 4

It does not work. Is there another method? If it is possible to do it in the custom CSS code that would be better thanks