Shopify themes, liquid, logos, and UX
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
password: 1testzugang!
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;
}
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 */
}
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;
}
User | RANK |
---|---|
121 | |
97 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022