Footer fontsize, text-decoration and color

Hi everyone,

I would like to have the font size in my footer smaller and always underline the menu links. I want it in exactly the same way as my attachment. Headings small and in a dark color, link and text completely white and underlined. Can someone help me?

https://cdn.shopify.com/s/files/1/0818/9296/6737/files/IMG_0433.png?v=1712326607

Hi @Ab52

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.footer-menu__list a { font-size: 10px !important; text-decoration: underline !important; }

Hope that my solution works for you.

Best regards,

Henry | PageFly

It didn’t work