change size of text for footer (desktop only)

Solved

change size of text for footer (desktop only)

ads18922
Pathfinder
152 0 46

hello, i want to change the size of my text for my footer, for desktop only. Here is my website:

Screenshot 2025-02-17 at 18.14.37.png

i would like it to be similar size to this:

Screenshot 2025-02-17 at 18.14.53.png

my website is www.antico-abito.com , theme is dawn

Accepted Solution (1)

CodingFifty
Shopify Partner
903 136 164

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

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
903 136 164

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

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com