Footer Adjustments

Footer Adjustments

CreatorTim
Explorer
351 1 51

Hi guys, I need help with a few footer adjustments.

  1. Move the bottom section higher, like in the picture:

    CreatorTim_0-1734795726585.png

     



  2. Make the headings (STORE, LEGAL, NEWSLETTER) bold.

  3. Set the text under the "Store" and "Legal" columns to the same size as the text that says "Stay up to date with the new collections, products, and exclusive offers." And slightly emphasize it—don’t make it bold, just a little more noticeable, maybe by simply making it white.

    I want it to look like this:

    CreatorTim_0-1734795904215.png


My store URL: 
https://1049xn-ya.myshopify.com/

 

Thank you so much, I really appreciate your help!
Tim

Replies 8 (8)

LizHoang
Shopify Partner
522 63 90

Hi @CreatorTim ,

Thank you for your question!

Please go to Theme editor > Theme settings > Custom CSS to add the following code:

LizHoang_1-1734804851487.png

 


1, Move the badges up:
h2.footer-block__heading.inline-richtext {
font-weight: bold;
text-transform: uppercase;
}

2, Make them uppercase:
h2.footer-block__heading.inline-richtext {
font-weight: bold;
text-transform: uppercase;
}

3, Adjust the font size and white color:
ul.footer-block__details-content.list-unstyled li a {
color: #fff !important;
font-size: 16px;
}

If you need to make the text below Newsletter white as well:
.footer-block--newsletter p {
color: #fff;
}

After that, you should get this result:

LizHoang_0-1734804764497.png


I hope my answer is helpful!

Best,
Liz.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
CreatorTim
Explorer
351 1 51

Hey, I just want to move the bottom section up, how do I do that?

 

Snímek obrazovky 2024-12-22 190357.png

 

Thank you,

Tim

LizHoang
Shopify Partner
522 63 90

Regarding the footer adjustment, please help me replace the previous code with this new set:
.footer__content-top {
padding-bottom: unset !important;
}
.footer__content-bottom {
padding-top: unset !important;
}

I hope it solve your problem now!

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
CreatorTim
Explorer
351 1 51

Hey, thanks for your response, but the store name and the year didn’t move up.

Snímek obrazovky 2024-12-23 123214.png

Do you know how to also move it up?

 

Thanks!

Tim

LizHoang
Shopify Partner
522 63 90

In this case, please also add this code to your theme's custom CSS:

@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper.page-width:nth-child(1) {
    flex: 5;
}
.footer__content-bottom-wrapper.page-width:nth-child(2) {
    flex: 1;
}
.footer__content-bottom {
    display: flex;
    flex-direction: row-reverse;
}
.footer__copyright {
    margin-top: 3.5rem !important;
}
}
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
CreatorTim
Explorer
351 1 51

Hey, it did move up, but somehow the whole thing got wider, and now it looks like this:

CreatorTim_0-1735121697747.png

 

I want the width to stay the same as before; I just wanted to move it up.

 

Thanks,
Tim

LizHoang
Shopify Partner
522 63 90

Hi @CreatorTim ,

Upon checking, I see that you have adjusted it yourself https://prnt.sc/Xa8j1ToVBfGw is that right? Then I am glad to know that we have assisted in resolving this problem!


Best,
Liz.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

Made4uo-Ribe
Shopify Partner
9687 2303 2877

Hi @CreatorTim 

TRy this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.footer__content-bottom {
    display: flex;
    flex-direction: row-reverse;
    max-width: var(--page-width);
    margin: auto;
    padding: 0 5rem;
}

.footer__content-top.page-width {
    padding-bottom: 3rem;
}
.footer-block--newsletter h2 {
    font-weight: bold;
}

.footer-block__newsletter p.newsletter-title,
.footer-block__details-content .list-menu__item--link {
    opacity: 1 !important;
    color: white !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1734815266454.pngMade4uoRibe_1-1734815298536.png

     

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.