How can I change the color of my theme expanse?

Hi! I want to customize the color of my theme (besides the color scheme it has)

My site is: https://kalo-com-ar.myshopify.com/

I want to change the color of text and background of:

-Rich Text

-Large image with text box

  • Promotional Grid

-Image with text

The pages i want to change are:

https://kalo-com-ar.myshopify.com/admin/themes/128591069343/editor?previewPath=%2Fpages%2Fclean

-Rich Text: background white, text : C9B4E2 and #545454

-Large image with text box: background of box C9B4E2, text white

-Image with text: background of box C9B4E2, text white

And add a Colecction of 3 productos with and image First, like this

Thanks!

@LitCommerce

Hi @kalo2022 ,

Please send me password, I will check it

Hi Lit, of course

My password is: wayldu

Thanks!

Hi @kalo2022 ,

Go to Assets > theme.css and paste this at the bottom of the file:

/* Large image with text box */
#shopify-section-template--15639782555807__16528743091a03b387 .background-media-text__text {
	background: #C9B4E2 !important;
    color: #fff !important;
}
/* Promotional Grid */
#shopify-section-template--15639782555807__1652874330be29d773 .type-advanced .promo-grid__content:after {
	background: #C9B4E2 !important;
	opacity: 0.2;
}
/* Image with text */
#shopify-section-template--15639782555807__16527938565fb5f550 .feature-row {
    color: #fff !important;
}

Hope it helps!

Hi ! i tried but it did not work

This is how i did it but the page is still the same

Hi @kalo2022 ,

Please add “}” here:

Then you add the code and save it, I’ll help you test it