Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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
Store is not available please check again.
Hi , Thanks for reply but it is opening with same URL
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
Hi thanks it worked
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
attaching theme css here
Hello There,
Please add css proper working fine!
Screenshot :- https://prnt.sc/3freaNTHtJTS
Thanks I think i uderstood it will try now
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024