How to remove White Bar in footer section Impulse Theme

There’s a white bar at the very bottom, just wondering how to turn it to black like this one:

Hi @lorrnnzo ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
@media only screen and (max-width: 768px){
  .site-footer {
    padding-bottom: 15px !important;
  }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Thank you man!

It showed up again damn

Do you have a solution for it?