Background Colour Change

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?

1 Like

Hi @magneticprints , can you share your store url?

1 Like

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

1 Like

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


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

1 Like

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

@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:

1 Like

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