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
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
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;
}
}