Change size of text for footer

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:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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