Hello,
I would like some help with my footer font size only on mobile. The part where it says “subscribe to be the first to know about offers and promotions” is currently a little too big for my liking and I would like it to be smaller.
My url is mommallamasweets.com
Thank you so much in advance!
@KanyeWest - add this css to the very end of your base.css file and check, adjust number as per the need
@media screen and (max-width: 749px){
.footer-block__newsletter .footer-block__heading{font-size: 20px !important;}
}
1 Like
Amazing! Thank you soooo much this is exactly what I was looking for!
1 Like