Scroll down to “THIS IS NO MINERAL PACKET”
Below that line of text are three lines of text in smaller print, which I need to show up as black instead of navy blue.
How can this be accomplished?
Thank you
Scroll down to “THIS IS NO MINERAL PACKET”
Below that line of text are three lines of text in smaller print, which I need to show up as black instead of navy blue.
How can this be accomplished?
Thank you
Hey @empiricalarby
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello There,
.rich-text__blocks.center h2 {
color: #000;
}
You can add this code to Custom CSS of that section to make them appear in black
.rich-text__blocks h3 { color: #000; }
Where others failed, you prevailed. Brilliant, thank you.
Happy I could help ![]()