Shopify themes, liquid, logos, and UX
As seen in the picture above I have trouble targeting certain elements on my product page with the font im using.
css like:
label{
font-family: '{{name}}' !important;
}
doesnt do the trick even tho 'Quantity' is a label.
Also as a bonus question the I need to remove underlining completely (also hover) from my footer as seen below.
website is: https://kyototango.myshopify.com/products/beijing-lips
thanks in advance
Solved! Go to the solution
This is an accepted solution.
Please try to add code like this. Make sure you change 'Inter' with your font family name
label {
font-family: 'Inter' !important;
}
This code is to remove text underlining
.footer-block__brand-info .rte a { text-decoration: unset !important; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Please try to add code like this. Make sure you change 'Inter' with your font family name
label {
font-family: 'Inter' !important;
}
This code is to remove text underlining
.footer-block__brand-info .rte a { text-decoration: unset !important; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
thanks:)
do you know how to change the 'Quantity' label to 'quantity' (non-capital 'Q') and remove underlining from 'More payment options' aswell as changing the beginning letter to non-capital aswell ? thanks in advance!
Hi, you can do that by adding this CSS code
.product-form__quantity .form__label,
.shopify-payment-button__more-options { text-transform: lowercase;}
.shopify-payment-button__more-options { text-decoration: unset !important; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
207 | |
178 | |
63 | |
51 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023