Shopify themes, liquid, logos, and UX
My site cupblasterstore.com has an image banner at the top of the home page. The heading colour is white making it invisible to see against the light background. How do I change the heading colour to black (theme is sense)
Solved! Go to the solution
This is an accepted solution.
Hello @CupBlaster
I would like to give you the recommendation to support you so kindly follow steps below:
1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>:
<style>
#Banner-template--17653980823825__4bb394b7-c654-4908-b0e2-cb2cd5e83d55 .banner__box.content-container .banner__heading,.banner__box.content-container .banner__text{
color: #000000!important;
}
</style>
I hope the above is useful to you.
Best regards,
GemPages Support Team
h2.banner__heading.h1 {
color: #000;
}
.banner__text.subtitle {
color: #000;
}
and just change the #000 to your selected color.
This is an accepted solution.
Hello @CupBlaster
I would like to give you the recommendation to support you so kindly follow steps below:
1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>:
<style>
#Banner-template--17653980823825__4bb394b7-c654-4908-b0e2-cb2cd5e83d55 .banner__box.content-container .banner__heading,.banner__box.content-container .banner__text{
color: #000000!important;
}
</style>
I hope the above is useful to you.
Best regards,
GemPages Support Team
Hi, I've tried this code and it changes the subtitle text instead of the heading text. Is there a variation of the code to change the heading rather than the subtitle? Thanks
Hi @CupBlaster
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
h2.banner__heading.h1 {
color: #000 !important;
}
.banner__text.subtitle {
color: #000 !important;
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024