Footer Border line + inverted Drop Shadow

Hi!

I have a borderline and red drop shadow coded into my header right now on my store, and I’d like to add the same effect to my footer expcept the drop shadow should be facing the opposite direction back up towards the header.
Is anyone able to help with this?

https://sonic-weaponry.com/products/vital-lfo-shapes-vol-1

2 Likes

Hi @sonicweaponry ,

Your website is not working. Can you provide us the Shopify share link?

@sonicweaponry

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
footer {
    box-shadow: 0 8px 50px 5px #ff0010;
    padding-top: 30px !important;
    margin-bottom: 40px;
    border: 1px solid #ff0010;
}