Remove black Line in footer - impulse

Tried a few solutions none worked, Want to remove the black line as shown

Password is VIP

Hi @EzelLondon ,

After reviewing the matter, we noticed that there are two black lines: https://prnt.sc/9I3SD86sFkiW

Could you please specify whether you are referring to the upper or lower one?

  • If it is the upper line, please follow these steps:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

Here is the code for step 3:

footer.site-footer {
    border-top: none !important;
}

Here is the result: https://prnt.sc/8DrqPsMuVIHC

  • If it is the lower line, kindly check the theme.liquid file to see if the following segment is present. It appears that some code may be missing, so it shows like this: https://prnt.sc/77da7NCZITqL

Please let us know if you need any further clarification or assistance.

Best,

Daisy