Why is my Prestige Theme hyperlink color and header font incorrect?

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

https://9f2bgx03tnpoga8j-9240051790.shopifypreview.com

1 Like

@mahesh_sl ,

Store is not available please check again.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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

Hello There,

Please add css proper working fine!

Screenshot :- https://prnt.sc/3freaNTHtJTS

Thanks I think i uderstood it will try now

1 Like

Hi thanks it worked

1 Like