Decrease the size of text in footer

Decrease the size of text in footer

swawestore
Explorer
117 0 20

I want to decrease the size of text in my footer on my website https://swawe.store/

 

Replies 4 (4)

Rahul_dhiman
Shopify Partner
763 145 157

Hello @swawestore 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css

@media screen and (min-width: 990px) {
.footer-block__heading {
font-size: 14px !important;
}
}
@media screen and (min-width: 750px) {
.footer-block__details-content .list-menu__item--link {
font-size: 10px !important;
}
}
.footer-block__image-wrapper img {
max-width: 85% !important;
}
.copyright__content {
font-size: 10px !important;
}

and the result will be
22.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Made4uo-Ribe
Shopify Partner
10036 2387 3013

Hi @swawestore 

Do you want to change all the text? Also, in mobile screen or only desktop?

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media screen and (min-width: 750px) {
    .footer-block__details-content .list-menu__item--link {
        font-size: 1.2rem !important;
    }
}

 

  • And Save, this is for the footer menu link.

 

@media screen and (min-width: 750px) {
    .footer-block__heading {
        font-size: 1.4rem;
    }
}

 

  • And for the header. 
  • result:
  • Made4uoRibe_0-1721205362553.png

    Note: This is only for desktop. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

BSS-TekLabs
Shopify Partner
2401 695 831

- Here is the solution for you @swawestore 
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media screen and (min-width: 750px) {
    .footer-block__heading {
        font-size: 1.6rem !important;
    }
    .footer-block__details-content .list-menu__item--link {
        font-size: 1.2rem !important;
    }
}

 

- Here is the result you will achieve:

BSSTekLabs_0-1721218519981.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Sweans
Shopify Partner
429 89 126

Hi @swawestore ,

To change the footer block headings and the links under it, you can use the CSS code provided below.You can adjust the font sizes to your requirements.
Go to your online store, then select Theme. Click Edit Code then under assets find 'section-footer.css' and paste the following code:

To change the heading font size:

for larger displays

@media screen and (min-width: 750px) {
.footer-block__heading{
font-size:14px!important;
}
}

 

for smaller displays

@media (max-width: 749px) {
.footer-block__heading{
font-size:12px!important;
}
}

 

To change the link's font size:

for larger displays

 

@media screen and (min-width: 750px) {
.footer-block__details-content .list-menu__item--link{
font-size:12px!important;
}
}



for smaller displays

@media (max-width: 749px) {
.footer-block__details-content .list-menu__item--link{
font-size:10px!important;
}
}


To change the copyright text font size:

.copyright_link .copyright__content{
font-size:9px;
}



Result: 

Sweans_0-1721222951566.png

Sweans_1-1721223011813.png

 

I hope this helps! If it does, please like it and mark it as a solution!


Regards,

Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com