How do I make the policies in my footer menu larger?

Hi there

Please see photo attached, I’m hoping to change the format of my footer menu as well as change the size to make the policies a bit bigger

How can I do this

Thanks

@EmmaLILI Please share your store URL and your exact need to provide solution.

https://www.loveitloanit.nz

Slightly bigger for the policies

@EmmaLILI Please update the font size using below steps to make the policies slightly bigger. Let me know whether it is helpful for you.

  1. From admin go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Click “Footer” section and paste the below code in the “Custom CSS” field like in the below attached screenshots.
.copyright__content {
    font-size: 14px;
}
  1. You can also add below code to make the section center.
.footer__content-bottom-wrapper {
    justify-content: center;
}​

  1. Save the changes.

Result will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.