Re: Change background color: image with text section

Solved

Change background color: image with text section

ARenard
Excursionist
16 0 4

Hello, 

 

I would like to change to background color of an image with text section. I'm using the pipeline theme. Here is a snip from the section that I mean: 

ARenard_0-1650622441002.png

Store url: https://actifyt.myshopify.com/

Password: chaimp

 

Thanks! 

 

Accepted Solution (1)

MS_WEB_DESIGNER
Shopify Partner
695 52 135

This is an accepted solution.

Hi @ARenard,

I am Ani From https://www.task4store.com/  - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

Here are the Solutions!

Go to Online Store->Theme->Edit code

Asset->/theme.css ->paste the below code at the bottom of the file.

 

shopify-section-template--15176501493913__double {
    background: #111;
    padding: 25px;
    margin: 15px 0;
}

MS_WEB_DESIGNER_0-1650623622767.png

 

If you have any concerns feel free to ask me!

Regards,
Ani

banned

View solution in original post

Replies 3 (3)

MS_WEB_DESIGNER
Shopify Partner
695 52 135

This is an accepted solution.

Hi @ARenard,

I am Ani From https://www.task4store.com/  - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

Here are the Solutions!

Go to Online Store->Theme->Edit code

Asset->/theme.css ->paste the below code at the bottom of the file.

 

shopify-section-template--15176501493913__double {
    background: #111;
    padding: 25px;
    margin: 15px 0;
}

MS_WEB_DESIGNER_0-1650623622767.png

 

If you have any concerns feel free to ask me!

Regards,
Ani

banned
ARenard
Excursionist
16 0 4

Hi @MS_WEB_DESIGNER ,

 

Thanks for the quick reply! I pasted the code into the theme.css file, but it does not seem to work.. 

The color code that I would like to change the background to: # F1F2EB

 

 

ARenard
Excursionist
16 0 4

Hi @MS_WEB_DESIGNER ,

 

There was just a '#' missing in front of the code that you suggested. So I've added a #, and now it works! 

Thank for the help!