Emerge theme help: change text colour on certain sections

Hi there - my shop below using the EMERGE theme

https://kevsjuice.myshopify.com/

https://mfps2qqadl8kv4lr-59320041629.shopifypreview.com

I would like to change the text colour on these three sections ‘grid with overlay’ ‘rich text’ ‘grid with text below’ shown in photos attached. Right now they are defaulting to the dark colour text with no option to change to light colour. I would like to use my colour: #f0ebd6 for text on these sections

Is this possible?

Thanks in advance :slightly_smiling_face:

@oliverjames

Please add the following code at the bottom of your assets/theme-async.css file.

div#shopify-section-163160127370d248a9 .featured-grid--item, div#shopify-section-163160127370d248a9 .featured-text--block, div#shopify-section-163160127370d248a9 .featured-text--body{
color: #f0ebd6 !important;
}

Hope this works.

hello @oliverjames

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-163160127370d248a9 .featured-text--overline , #shopify-section-163160127370d248a9 .featured-text--heading ,#shopify-section-163160127370d248a9 .featured-text--body  a , #shopify-section-162217188121ca1df7 .featured-grid--item--title , #shopify-section-162217188121ca1df7 .featured-grid--item--description {
    color:#f0ebd6 !important  ;
}

great thank you! it worked, but it didnt work for the ‘grid-with-overlay’ section (attached)

@oliverjames

Please add the following code.

#shopify-section-1622171872d890b08e .featured-grid--heading{
color: #f0ebd6 !important;
}

hello @oliverjames

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance

Thank you! I was wondering if you might let me know how you identified the shopify section number / ie. “shopify-section-1622171872d890b08e” is that easy to find?