Hey,
I would like to know how can I manage on mobile the typo size of my two different instafeed on a product page and on the home page ?
Thanks.
Link : https://relentless-clothingz.myshopify.com
Password : cohghozo
Hey,
I would like to know how can I manage on mobile the typo size of my two different instafeed on a product page and on the home page ?
Thanks.
Link : https://relentless-clothingz.myshopify.com
Password : cohghozo
Hi there,
Jack from OpenThinking here!
Try with the following code:
@media (max-width: 750px) {
/** home page */
.template-index #insta-feed h2 { font-size: 4rem; }
/** product page */
.template-product .instafeed-shopify h2 { font-size: 4rem; }
}
let me know if this works for you. If yes: accept my answer and give me a thumbs up! Thank you.
Thanks for the solution, it’s exactly what I wanted.
Awesome! Have a nice weekend!
Jack.