Add a Border in Footer

Solved

Add a Border in Footer

HangoverHelper
Excursionist
42 0 5

Hi!

 

Is it possible to add a border on the top part of the footer just like the bottom part of my navbar?

 

HangoverHelper_0-1715820901113.png

 

 

Thank you so much in advance!

 

tryhangoverhelper.com

https://51d86a-2.myshopify.com/

Password: steiyi

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @HangoverHelper ,

You can try this code by following these steps:

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

BssTechVenture_1-1715821335109.png

 

Step 2: Search file base.css, theme.css or styles.css

BssTechVenture_2-1715821342534.png

 

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

 

footer {
    border: 1px solid #f29d52 !important;
}

 

 

Here is result: 

BssTechVenture_0-1715821312979.png

Hope this can help you,

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

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @HangoverHelper ,

You can try this code by following these steps:

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

BssTechVenture_1-1715821335109.png

 

Step 2: Search file base.css, theme.css or styles.css

BssTechVenture_2-1715821342534.png

 

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

 

footer {
    border: 1px solid #f29d52 !important;
}

 

 

Here is result: 

BssTechVenture_0-1715821312979.png

Hope this can help you,

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

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

HangoverHelper
Excursionist
42 0 5

Thank you!