Add a Border in Footer

Hi!

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

Thank you so much in advance!

tryhangoverhelper.com

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

Password: steiyi

Hi @HangoverHelper ,

You can try this code by following these steps:

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

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

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

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

Here is result:

Hope this can help you,

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

Thank you!