Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
i need to change the text color in several places in my store,it only done by coding and i need an expert to do it please.thank u all and have a nice day!
Solved! Go to the solution
This is an accepted solution.
Please, replace the code. Thanks!
#Slide-template--19638535061823__3674edcd-9cff-44ea-be95-2c1cd16a3547-1 .slideshow__text *, #Banner-template--19638535061823__c3ee6329-8663-43ab-bb7f-dcdb56180efa .banner__box * {
color: #fff!important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Elias11
It is a header? If its in the word in the paragraph then it cant be done in the css.
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
hello check here please: https://luminosalb.com/pages/learn
if u can see the text on the image,those text color that i intend to change,Thanks:)
Yes, I see it. Try this one.
.slideshow__text, .banner__box * {
color: white !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
yes dear i see i did it and now the text are white,but the thing is i only want the text to be white only in this page that i've sent it to u,can i do it or no?
This is an accepted solution.
Please, replace the code. Thanks!
#Slide-template--19638535061823__3674edcd-9cff-44ea-be95-2c1cd16a3547-1 .slideshow__text *, #Banner-template--19638535061823__c3ee6329-8663-43ab-bb7f-dcdb56180efa .banner__box * {
color: #fff!important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
done! Thank you man i really appreciate your help! good DAY!
Hi can you please guide me the exact path from where i can replace it thanks, waiting for your reply.
This code is for the post owner, would you mind to share your store URL so i can take a look? Thanks!
Thanks, Sorry to make it longer. I forgot ask which section you like to add another color of the text?
No Problem, I want to change the product description text color into white shade.
I check it, they all in white color.
So what I did I remove the text opacity and add a bit of glow. So the text will be more eye catching.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2, .color-scheme-75996456-b109-4639-a6ef-1626af4fd314 {
color: rgba(var(--color-foreground), 1) !important;
text-shadow: 0 0 2px white;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025