Hey,
I would like to know how can I enlarge the size of the writing of ‘‘Join the drip’’ above the newsletter but only for the mobile version ?
Thanks
Link : https://relentless-clothingz.myshopify.com
Password : I will send you in private.
Hey,
I would like to know how can I enlarge the size of the writing of ‘‘Join the drip’’ above the newsletter but only for the mobile version ?
Thanks
Link : https://relentless-clothingz.myshopify.com
Password : I will send you in private.
Hi @Ulysse1300 ,
Welcome to the Shopify community! Thanks for asking a good question on community. I’m here to help you.
the URL you have shared here is password protected. For your better help I need that to view the frontend. So that I can better help you.
Thanks
Hi @Ulysse1300 ,
Below is the code please copy and paste it to your theme.css file.
.site-footer-newsletter__one-half .site-footer__item-inner p.h4 {
font-size: 20px;
}
Steps:
Open theme editor and look for the asset folder.
Open theme.css file under asset folder.
Paste the above code at the bottom of the file.
Save the file.
Now see your page on mobile view.
Thanks
Thanks, it’s exactly what I was looking for.