Make text in very bottom left of footer smaller

Solved

Make text in very bottom left of footer smaller

flammagreg
Trailblazer
276 0 39

Hi guys, 

 

How can I make the text in the bottom left of the footer smaller?? Any help would be greatly appreciated!

Accepted Solutions (2)
Moeed
Shopify Partner
6736 1820 2202

This is an accepted solution.

Hey @flammagreg 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
li.nav-link-animated {
    font-size: 10px !important;
}
</style>

RESULT:

Moeed_0-1716790563154.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

AnneLuo
Shopify Partner
1292 227 262

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
  .bottom--footer---copyright .nav-link-animated {
    font-size: 12px !important;
  }
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 4 (4)

AnneLuo
Shopify Partner
1292 227 262

Hi, @flammagreg 

Please share the store URL and take a screenshot to describe your requirements so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

flammagreg
Trailblazer
276 0 39

Website: seraneeva.com. Reduce size of text in bottom left on desktop and mobile

 

Screenshot 2024-05-27 at 2.09.45 AM.png

Moeed
Shopify Partner
6736 1820 2202

This is an accepted solution.

Hey @flammagreg 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
li.nav-link-animated {
    font-size: 10px !important;
}
</style>

RESULT:

Moeed_0-1716790563154.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


AnneLuo
Shopify Partner
1292 227 262

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
  .bottom--footer---copyright .nav-link-animated {
    font-size: 12px !important;
  }
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee