You can try again with this code:
h1.collection-hero__title.h1 {
color: black !important;
}
A user needs to change the “shop all” text color from white to black on their Shopify store (vitassential.net). Two support representatives have provided CSS solutions:
Initial Solution (PageFly-Henry):
theme.css file.hero__title { color: black !important; }Alternative Solutions Offered:
h1.hero__title.collection-hero h1 { color: black !important; }theme.liquid file after the <head> tagCurrent Status:
The user reported the initial solution did not work. The discussion remains ongoing as support representatives are providing alternative code snippets to resolve the issue. The store is password-protected (password: vitassential), which may be needed for further troubleshooting.
You can try again with this code:
h1.collection-hero__title.h1 {
color: black !important;
}