colors of the header is coming in blue and also font is very big i am unable to udnerstand which styling has gone wrong, can someone help me, following is URL
1 Like
Store is not available please check again.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.css and paste this at the bottom of the file:
a {
color: #000;!important;
}
h2.ProductItem__Title.Heading a {
font-size: 20px;
}
Screenshot :- https://prnt.sc/2veHVlYUvEP
Thanks i tried to do this but still no luck
Hi , Thanks for reply but it is opening with same URL
attaching theme css here
@mahesh_sl
Hello,
.ProductItem__Title.Heading a {
color: #000;
letter-spacing: 0;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This
Thanks I think i uderstood it will try now
1 Like
Hi thanks it worked
1 Like

