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

Solved

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

mahesh_sl
Tourist
7 0 3

 

mahesh_sl_0-1661943905399.png

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

Accepted Solution (1)
oscprofessional
Shopify Partner
16115 2409 3121

This is an accepted solution.

@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

oscprofessional_0-1661947726507.png

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 9 (9)

oscprofessional
Shopify Partner
16115 2409 3121

@mahesh_sl ,

Store is not available please check again.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
mahesh_sl
Tourist
7 0 3

Hi , Thanks for reply but it is opening with same URL

oscprofessional
Shopify Partner
16115 2409 3121

This is an accepted solution.

@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

oscprofessional_0-1661947726507.png

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
mahesh_sl
Tourist
7 0 3

Hi thanks it worked

ZestardTech
Shopify Partner
5718 1049 1380

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
mahesh_sl
Tourist
7 0 3

Thanks i tried to do this but still no luck

mahesh_sl
Tourist
7 0 3

attaching theme css here

ZestardTech
Shopify Partner
5718 1049 1380

Hello There,

Please add css proper working fine!

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
mahesh_sl
Tourist
7 0 3

Thanks I think i uderstood it will try now