I want to change the size of my text in my footer. I want it to be smaller
This is my website, www.rosella-elegance.com , and I want to change it to a size like this:
I want to change the size of my text in my footer. I want it to be smaller
This is my website, www.rosella-elegance.com , and I want to change it to a size like this:
Hey @ads18922
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
hi, could you also change the size of the Menu (Policy links) to the same size aswell, thanks
and also the title (About Us)
Hey @ads18922
Add this code above in the end of theme.liquid file.
.list-menu__item--link {
font-size: 12px !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed