change font size in footer

MarCologne
Excursionist
20 0 4

Hey guys, i want to change the font size in my footer.

unfortunately I can't find the right code. can someone help me here

 

www.hometowndesign.de

password: 1testzugang!

Replies 3 (3)
ZestardTech
Shopify Expert
4357 753 1023

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file:

.site-footer__item:first-of-type ul.site-footer__linklist li a, .site-footer__item-inner .site-footer__rte p {
font-size: 16px;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
KetanKumar
Shopify Partner
36589 3628 11812

@MarCologne 

sorry for that  issue can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

.site-footer__item:first-of-type ul.site-footer__linklist li a, .site-footer__item-inner .site-footer__rte p
{
font-size: 14px; /* change value as you like */
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Kinjaldavra
Shopify Partner
2302 569 1414

hello @MarCologne 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-footer__item:first-of-type ul.site-footer__linklist li a, .site-footer__item-inner .site-footer__rte p {
font-size: 14px !important;
}