Re: Change font size of bottom footer menu links in Dawn (next to copyright text)

Solved

Change font size of bottom footer menu links in Dawn (next to copyright text)

dealeroffruit
New Member
6 0 0

Hi community

 

Can someone please help me change the text size for the very bottom footer links? I think these are there by default, and are different than if you were to "add block" > "menu"

 

Thank you in advance

Photo for reference

 

Screenshot 2024-04-17 at 5.27.30 pm.png

Accepted Solution (1)

Vinsinfo
Shopify Partner
427 143 143

This is an accepted solution.

@dealeroffruit Please follow below steps to change the font size of very bottom footer links. Let me know whether it is helpful for you.
 
1. From admin, go to "Online Store" -> "Themes" -> "Customize".
2. Click "Footer".
Vinsinfo_0-1713366112294.png

 

3. Paste the below code in "Custom CSS" field.

 

.copyright__content {
    font-size: 1.4rem !important;
}​

 

Vinsinfo_1-1713366165261.png

 

NOTE: You can change the font size as per you need.
 
If it doesn't seem to work for you, please share your store URL to check further.
 
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 6 (6)

niraj_patel
Shopify Partner
2378 514 512

Hello @dealeroffruit 
Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
dealeroffruit
New Member
6 0 0
Store is not public yet
niraj_patel
Shopify Partner
2378 514 512

you can share preview link of the store

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

oscprofessional
Shopify Partner
16115 2409 3123

Hello @dealeroffruit ,
Could You Please Share Your Store URL and if  your store is password protected then please share your password as well.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

Vinsinfo
Shopify Partner
427 143 143

This is an accepted solution.

@dealeroffruit Please follow below steps to change the font size of very bottom footer links. Let me know whether it is helpful for you.
 
1. From admin, go to "Online Store" -> "Themes" -> "Customize".
2. Click "Footer".
Vinsinfo_0-1713366112294.png

 

3. Paste the below code in "Custom CSS" field.

 

.copyright__content {
    font-size: 1.4rem !important;
}​

 

Vinsinfo_1-1713366165261.png

 

NOTE: You can change the font size as per you need.
 
If it doesn't seem to work for you, please share your store URL to check further.
 
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
dealeroffruit
New Member
6 0 0

thank you very much this was exactly what i was after!