Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I add a horizontal line above my footer and remove menu button on mobile view?

Solved

How can I add a horizontal line above my footer and remove menu button on mobile view?

Rydak
Tourist
4 0 2

Hello,
I'd like to ask two questions.

 

Question 1:
I would like to add a white horizontal line above my footer (the same line under the header)
I'd also add this type of line in between sections if thats possible.

 

Question 2:
In the mobile view it still shows the 3 Lines (Menu button) in the header section right next to the logo. How can I remove those?
I wanna have one page only, so its unnecessary for me to keep it.

 

Your help is appreciated. Thank you very much.

 

URL: https://3084f6-2.myshopify.com/?_ab=0&_fd=0&_sc=1

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

Hi @Rydak 

Check 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.footer.color-background-1.gradient.section-sections--20240556982612__footer-padding {
border-top: none !important;
}
.section {
    border-bottom: 5px solid white;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1701549699034.png

     

  • The number 2, I cant replicate it. Not visible on my end. 

 

 

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

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

Hi @Rydak 

Check 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.footer.color-background-1.gradient.section-sections--20240556982612__footer-padding {
border-top: none !important;
}
.section {
    border-bottom: 5px solid white;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1701549699034.png

     

  • The number 2, I cant replicate it. Not visible on my end. 

 

 

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