Hi everyone,
I'm using the theme parallax from out of the sandbox and I would like to enlarge the font of my newsletter in my footer. Not the only character just the :«Come make a difference with us and get 10% off your first order.» and the «Together, let's make a difference with style #togetherwithstyle»
Can someone help ?
Thanks!
Hi @stephaniejjean !
Add the following code to your styles.css file:
#shopify-section-footer > div > section > div > div.four-sevenths.columns.medium-down--one-whole > p {
font-size: 16px;
}
#shopify-section-footer > div > section > div > div.three-sevenths.columns.medium-down--one-whole > p:nth-child(3) {
font-size: 16px;
}
That should do it! You can then adjust as needed. Let me know if that works!
User | Count |
---|---|
446 | |
210 | |
105 | |
91 | |
86 |