hi all,
How to change font size of product name and price for mobile version only (Dawn)
Mu url:https://lelundijewelry.com/
Thanks
hi all,
How to change font size of product name and price for mobile version only (Dawn)
Mu url:https://lelundijewelry.com/
Thanks
Hi @jessica_0430 ,
May I suggest to update code these steps:
@media(max-width: 749px){
body .price .price-item,
body .price__regular .price-item--regular,
body .card__heading {
font-size: 15px !important;
}
}
I did, but it is not working. Font size does not change.
Hi,
Where did you add it? I checked here. https://lelundijewelry.com/cdn/shop/t/1/assets/base.css?v=48209976890689617951715833208. Howerver, I don’t see code.
I just removed the codes coz it seems doesn’t work to me.
@jessica_0430 Please follow the below steps to change the font size of the product name and price for the mobile version only. Let me know whether it is helpful for you.
@media screen and (max-width: 750px) {
.card__content .card__information .card__heading a, .card-information .price .price__container .price__regular .price-item--regular {
font-size: 15px !important;
}
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.