Enlarge letters newsletter / Debut Theme

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

1 Like

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:

  1. Open theme editor and look for the asset folder.

  2. Open theme.css file under asset folder.

  3. Paste the above code at the bottom of the file.

  4. Save the file.

  5. Now see your page on mobile view.

Thanks

1 Like

Thanks, it’s exactly what I was looking for.