Editing the Color in my image banner

UsefulLifeProdu
Visitor
3 0 3

So I want to change the colors of the text and the shop now button within my image banner. I am using the dawn theme. If anyone is able to help me with the coding I will be extremely happy and eternally grateful 😄 Screen Shot 2022-04-15 at 10.04.16 PM.png

Replies 4 (4)

KetanKumar
Shopify Partner
36839 3635 11972

@UsefulLifeProdu 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
UsefulLifeProdu
Visitor
3 0 3

Thank you KetanKumar,

my site URL is www.usefullifeproducts.com

 

KetanKumar
Shopify Partner
36839 3635 11972

@UsefulLifeProdu 

thanks for url can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/section-image-banner.css->paste below code at the bottom of the file.

.banner--desktop-transparent .button--secondary {
background: #c12226 !important;
}
.banner__heading {
color: #000 !important;
text-shadow: 0px 0px 10px #fff !important;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

diego_ezfy
Shopify Partner
2935 562 883

@UsefulLifeProdu, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.banner__heading{
    color: #ccc !important;
}

.banner__buttons a{
    background: #fff !important;
    color: #000 !important;
}


#ccc = text color (HEX)
#fff = button background color
#000 = button text color


Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.