My website: 774a7e.myshopify.com
password: meulti
I want to customize the colors of the heading text " Browse our latest products "
I want “Browse our” to be color A and “latest products” to be color B.
Is there a way to achieve this?
Thank you
My website: 774a7e.myshopify.com
password: meulti
I want to customize the colors of the heading text " Browse our latest products "
I want “Browse our” to be color A and “latest products” to be color B.
Is there a way to achieve this?
Thank you
hello please add below code above in theme.liquid
.banner h2.banner__heading.inline-richtext.h0 { color: red!important; }Hi, this made my ENTIRE heading text red. I want to selectively apply color to only part of my heading.
Hello @MMO1
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
h2.banner__heading.inline-richtext.h0 {
color: red !important;
}
Please give me any screenshot where to apply color?