Changing "Image with Text" Background and Text Color

Hi Shopify Community!

I was wondering if anyone knows if we can change the background and text colour of the “Image with Text” section. I want it to be different from my page background colour.

I would like a black background with a white font please.

The sections is the section " Become Our Ambassador "

Thanks a lot!

Zine

www.madeoftears.com

1 Like

@Zine

Please add the following code at the bottom of your assets/theme.scss.liquid file.

Show More

#shopify-section-1633374120bbf5aa5f .feature-row{

Show More

background-color: #000;

Show More

}

Show More

#shopify-section-1633374120bbf5aa5f .rte.rte-setting.featured-row__subtext p {

Show More

color: #fff !important;

Show More

}

Show More

#shopify-section-1633374120bbf5aa5f a.btn {

Show More

background-color: #fff;

Show More

color: #544f4f;

Show More

}

Show More

#shopify-section-1633374120bbf5aa5f .rte a:not(.btn){

Show More

color: #fff !important;

Show More

}

Hope this works.

1 Like

Hello @dmwwebartisan ,

Thank you very much for your reply! However, the black doesn’t expand until the end of the screen and the title is in black as well. Could you please help me with that?

Thanks in advance!!

Zine