Re: Underline headers and increase padding in footer Dawn theme

Solved

Underline headers and increase padding in footer Dawn theme

Richey
Tourist
10 0 5

Basically looking to underline the headers with a solid line full width of column in the footer.  Plus I want to increase the padding between the 2 columns, Please can someone help?

 

Screenshot 2023-11-08 at 20.17.34.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8202 1972 2409

This is an accepted solution.

Hi @Richey 

Do you mean like this?

Made4uoRibe_0-1699481521720.png

If it is try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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-top .grid h2 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    column-gap: 6rem;
}

 

  • And Save. 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8202 1972 2409

This is an accepted solution.

Hi @Richey 

Do you mean like this?

Made4uoRibe_0-1699481521720.png

If it is try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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-top .grid h2 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    column-gap: 6rem;
}

 

  • And Save. 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Richey
Tourist
10 0 5

Just like that. Thanks so much!

 

PageFly-Oliver
Shopify Partner
878 190 181

Hi @Richey ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
#shopify-section-sections--20182702358815__footer .footer__blocks-wrapper{
gap:60px !important
}
#shopify-section-sections--20182702358815__footer .footer__blocks-wrapper .footer-block__heading{
    border-bottom: solid 2px white;
    padding-bottom: 5px;
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.