Shopify themes, liquid, logos, and UX
Hi, i want to change the size of the text in my footer.
From this:
To this:
I'm using the dawn theme. My url is: https://t71vm9-qa.myshopify.com/
Best regards
Solved! Go to the solution
This is an accepted solution.
Go to online store ----> themes ----> actions ----> edit code ---->assets ----section-footer.css...> add the code end of the file
@media screen and (min-width: 990px) {
h2.footer-block__heading.inline-richtext {
font-size: 14px !important;
font-weight: 900;
}
ul.footer-block__details-content.list-unstyled a {
font-size: 12px;
}
}
result will be
If this was helpful, hit the like button and accept the solution.
Thanks
Hello @Anonymous
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 990px) {
.footer-block__heading {
font-size: 14px !important;
}
ul.footer-block__details-content.list-unstyled li a {
font-size: 10px !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Thank you. Is it possible to have the same space like in the second picture like here:
Hello, @Tech_Coding
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
a.link.link--text.list-menu__item.list-menu__item--link {
font-size: 12px !important;
}
h2.footer-block__heading.inline-richtext {
font-size: 14px !important;
}
Thanks!
This is an accepted solution.
Go to online store ----> themes ----> actions ----> edit code ---->assets ----section-footer.css...> add the code end of the file
@media screen and (min-width: 990px) {
h2.footer-block__heading.inline-richtext {
font-size: 14px !important;
font-weight: 900;
}
ul.footer-block__details-content.list-unstyled a {
font-size: 12px;
}
}
result will be
If this was helpful, hit the like button and accept the solution.
Thanks
Thank you!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024