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

Solved

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

EmmaLILI
Tourist
16 0 2

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

 

Screen Shot 2024-05-08 at 3.55.47 PM.png

Accepted Solution (1)
Vinsinfo
Shopify Partner
491 167 171

This is an accepted solution.

@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;
}

 

 
4. You can also add below code to make the section center.

 

.footer__content-bottom-wrapper {
    justify-content: center;
}​

 

 
Vinsinfo_1-1715151586175.pngVinsinfo_2-1715151734540.png

 

4. Save the changes.
 
Result will be like,
Vinsinfo_3-1715151971243.png

 

 

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

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Replies 3 (3)

Vinsinfo
Shopify Partner
491 167 171

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

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support
EmmaLILI
Tourist
16 0 2

https://www.loveitloanit.nz

 

Slightly bigger for the policies

Vinsinfo
Shopify Partner
491 167 171

This is an accepted solution.

@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;
}

 

 
4. You can also add below code to make the section center.

 

.footer__content-bottom-wrapper {
    justify-content: center;
}​

 

 
Vinsinfo_1-1715151586175.pngVinsinfo_2-1715151734540.png

 

4. Save the changes.
 
Result will be like,
Vinsinfo_3-1715151971243.png

 

 

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

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support