How do I reduce the text size in the footer?

Solved

How do I reduce the text size in the footer?

Fayed
Shopify Partner
36 0 1

Hello,

 

How do I reduce the text size of this heading in the footer?

Fayed_0-1709009239091.png

 

Website link> https://ayabaya.be/

Accepted Solution (1)

devmont-digital
Shopify Partner
165 33 41

This is an accepted solution.

Hi @Fayed,

If you want to reduce the size of your headings in the footer, please follow the steps below:

 

Step 1: Navigate to Online Store -> Themes -> Edit code.

Step 2: Search for the theme.scss.css file. At the end of the file, paste the following code:

 

.site-footer .site-footer__section-title {
    font-size: 20px;
}

 

Found our answer helpful? If so, Don't forget to show your support by liking and accepting the solution.
Looking for more help and expert consultation? Feel free to contact us at Shopify Expert or visit our website www.devmontdigital.io
Hire us for your project by simply emailing us at sales@devmontdigital.io

View solution in original post

Replies 2 (2)

devmont-digital
Shopify Partner
165 33 41

This is an accepted solution.

Hi @Fayed,

If you want to reduce the size of your headings in the footer, please follow the steps below:

 

Step 1: Navigate to Online Store -> Themes -> Edit code.

Step 2: Search for the theme.scss.css file. At the end of the file, paste the following code:

 

.site-footer .site-footer__section-title {
    font-size: 20px;
}

 

Found our answer helpful? If so, Don't forget to show your support by liking and accepting the solution.
Looking for more help and expert consultation? Feel free to contact us at Shopify Expert or visit our website www.devmontdigital.io
Hire us for your project by simply emailing us at sales@devmontdigital.io
Fayed
Shopify Partner
36 0 1

Thanks for your help