Re: I want to change colour of a text on image banner

Solved

I want to change colour of a text on image banner

swawestore
Explorer
114 0 18

I want to change the colour of the text on image banner of my site's homepage  https://swawe.store/
which is merged in white 
Screenshot 2024-08-01 at 19.14.35.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8202 1972 2409

This is an accepted solution.

Hi @swawestore 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

#shopify-section-template--15945048227930__image_banner_QRXCym .banner__heading a {
    color: red;
}

 

  • if it wont work add !important;

 

#shopify-section-template--15945048227930__image_banner_QRXCym .banner__heading a {
    color: red !important;
}

 

  • And Save, 
  • Result:
  • Made4uoRibe_0-1722520621153.png

    You can change the color you like. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8202 1972 2409

This is an accepted solution.

Hi @swawestore 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

#shopify-section-template--15945048227930__image_banner_QRXCym .banner__heading a {
    color: red;
}

 

  • if it wont work add !important;

 

#shopify-section-template--15945048227930__image_banner_QRXCym .banner__heading a {
    color: red !important;
}

 

  • And Save, 
  • Result:
  • Made4uoRibe_0-1722520621153.png

    You can change the color you like. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

niraj_patel
Shopify Partner
2378 514 511

Hello @swawestore 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
#Banner-template--15945048227930__image_banner_QRXCym .banner__heading a {
color: #83f3f3 !important; /*change color according to you*/
}
</style>

niraj_patel_0-1722520749646.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]