Change Text Colour in Specific Section (Dawn Theme)

Solved

Change Text Colour in Specific Section (Dawn Theme)

mollybluesh
Tourist
8 1 8

I am trying to change the text colour in specific sections on my website to white (instead of grey). I figured out how to change the title texts to white using Custom CSS (and using code: h2 {color: white !important;} ), but this only changed the title, not the body of the text section. I've attached pictures of the section I'd like to change, as well as the footer menu I would like to change to white.

 

TIA!

 

MollyScreen Shot 2024-10-17 at 12.42.12 PM.pngScreen Shot 2024-10-17 at 12.42.25 PM.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10038 2387 3013

This is an accepted solution.

Hi @mollybluesh 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

div#shopify-section-template--14334504796247__9c29fad9-e228-40fb-b071-29355adb098a .image-with-text__text.rte {
    color: #fff;
}

.footer__blocks-wrapper.grid a {
    color: #fff;
}

 

  • And Save.
  • Result:
    Made4uoRibe_0-1729194823569.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10038 2387 3013

This is an accepted solution.

Hi @mollybluesh 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

div#shopify-section-template--14334504796247__9c29fad9-e228-40fb-b071-29355adb098a .image-with-text__text.rte {
    color: #fff;
}

.footer__blocks-wrapper.grid a {
    color: #fff;
}

 

  • And Save.
  • Result:
    Made4uoRibe_0-1729194823569.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
mollybluesh
Tourist
8 1 8

Thank you so much for you help! Do you know how I could change the button text to white as well?Screen Shot 2024-10-17 at 12.42.12 PM.png

Asad-Mahmood
Shopify Partner
329 54 63

Hi, you can update the color using this css

.image-with-text__text p {
    color: #fff;
}
.footer-block__details-content .list-menu__item--link {
    color: #ffffff;
}
.footer-block__details-content .list-menu__item--active {
    color: rgb(255 255 255);
}



AsadMahmood_0-1729195344766.png

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver