Hey all!
Does anyone know how to increase the font size of the footer text (without changing the font elsewhere)? We need it to be maybe 30% larger.
Our store: https://jwlsupply.myshopify.com/
password: owfroh
This is the text where we want to increase the font size:
Solved! Go to the solution
This is an accepted solution.
Hey there,
Add following css in your theme.scss.liquid file
.site-footer p, .site-footer__linklist-item a{ font-size: 20px; }
Adjust font size as per your need.
Thanks!
Thanks for your valuable post! i can confirm this code worked for the impulse theme as well, however only made the headings bigger is there a way to make the links bigger? as i see in the code it has .site-footer__linklist-item
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Add the following code at the bottom of your assets/theme.scss.liquid file.
.site-footer__linklist a {
font-size: 15px;
}
Above the code, you can increase the font size as per your need.
Hope this helps.
Thanks!
User | Count |
---|---|
811 | |
117 | |
93 | |
87 | |
71 |