Shopify themes, liquid, logos, and UX
hello, i want to change the size of my text for my footer, for desktop only. Here is my website:
i would like it to be similar size to this:
my website is www.antico-abito.com , theme is dawn
Solved! Go to the solution
This is an accepted solution.
Hi @ads18922,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media (min-width: 769px){
a.link.link--text.list-menu__item.list-menu__item--link {
font-size: 11px !important;
}
a.link.link--text.list-menu__item.list-menu__item--link {
font-size: 11px !important;
}
}
This is an accepted solution.
Hi @ads18922,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media (min-width: 769px){
a.link.link--text.list-menu__item.list-menu__item--link {
font-size: 11px !important;
}
a.link.link--text.list-menu__item.list-menu__item--link {
font-size: 11px !important;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025