Shopify themes, liquid, logos, and UX
Hello,
Is there a way to change the text color in my image banner to white while also keeping the mobile version black?
The reason is because on mobile I want the text to show below the image so the color has to remain black.
Pass: YIVAN24
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
@YIVAN - add this css to the end of your base.css file and check
@media screen and (min-width:750px){
#Banner-template--22660447666460__image_banner_hw4FHP .banner__heading,
#Banner-template--22660447666460__image_banner_hw4FHP .banner__text,
#Banner-template--22660447666460__image_banner_hw4FHP .banner__buttons a{color:#fff;}
}
This is an accepted solution.
@YIVAN - remove this part
#shopify-section-template--22660447666460__image_banner_hw4FHP .banner__box .button {
background: #000;}
This is an accepted solution.
Hi,
You can refer screenshot below to remove code
Hi @YIVAN ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(min-width: 750px){
#shopify-section-template--22660447666460__image_banner_hw4FHP .banner__box * {
color: #fff;
}
#shopify-section-template--22660447666460__image_banner_hw4FHP .banner__box .button {
background: #000;
}
}
Thank you it worked but there was one problem. The button for the shop now is filled with black now. I would like there to be no fill like how I had it at first.
This is an accepted solution.
@YIVAN - remove this part
#shopify-section-template--22660447666460__image_banner_hw4FHP .banner__box .button {
background: #000;}
This is an accepted solution.
Hi,
You can refer screenshot below to remove code
This is an accepted solution.
@YIVAN - add this css to the end of your base.css file and check
@media screen and (min-width:750px){
#Banner-template--22660447666460__image_banner_hw4FHP .banner__heading,
#Banner-template--22660447666460__image_banner_hw4FHP .banner__text,
#Banner-template--22660447666460__image_banner_hw4FHP .banner__buttons a{color:#fff;}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025