Emerge theme help: change text colour on certain sections

Solved
oliverjames
Excursionist
40 0 11

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 🙂

Screen Shot 2021-09-17 at 12.54.10 PM.png

Screen Shot 2021-09-17 at 12.53.21 PM.png

Screen Shot 2021-09-17 at 12.53.13 PM.png

   

Accepted Solutions (3)
dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

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

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Kinjaldavra
Shopify Partner
2302 569 1414

This is an accepted solution.

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  ;
}

 

View solution in original post

dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

@oliverjames 

Please add the following code.

#shopify-section-1622171872d890b08e .featured-grid--heading{
color: #f0ebd6 !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 6 (6)
dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

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

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kinjaldavra
Shopify Partner
2302 569 1414

This is an accepted solution.

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  ;
}

 

oliverjames
Excursionist
40 0 11

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

Screen Shot 2021-09-17 at 3.18.30 PM.pngScreen Shot 2021-09-17 at 3.18.35 PM.png

dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

@oliverjames 

Please add the following code.

#shopify-section-1622171872d890b08e .featured-grid--heading{
color: #f0ebd6 !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kinjaldavra
Shopify Partner
2302 569 1414

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

oliverjames
Excursionist
40 0 11

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?