Footer fontsize, text-decoration and color

Footer fontsize, text-decoration and color

Ab52
Explorer
62 0 14

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 

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 289

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 </body> -> save.

PageFlyHenry_0-1712328206621.png

 

 

<style>

.footer-menu__list a {

    font-size: 10px !important;

    text-decoration: underline !important;

}

</style>

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Ab52
Explorer
62 0 14

It didn’t work