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
117 0 20

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
10036 2385 3012

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 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 2 (2)

Made4uo-Ribe
Shopify Partner
10036 2385 3012

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

niraj_patel
Shopify Partner
2391 516 515

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- info@techlyser.com