Hello, I want to change the font and size of my quick links, I have tried almost every class in my base.css but nothing is working please tell me how to fix this, Thank you. (This is in the footer by the way.
store link: https://psyco-jewelery.myshopify.com/
This has been resolved with this code, I just had to had the !important; factor.
.list-menu__item {
font-family: Arial, sans-serif !important;
font-size: 16px !important;
color: white !important;
font-weight: bold !important;
}
Never mind that also changes the header color is there anyway to make it change just the footer
footer .list-menu__item {
font-family: Arial, sans-serif !important;
font-size: 16px !important;
color: white !important;
font-weight: bold !important;
}
try this
Hi @JeffRandal1238 ,
Glad to support you today.
To can change font and size on your quick links. you can check out my suggestion.
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
Eg:
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.