Where to change the footer colour to ping in sense theme

I need to change the colour of footer to LIGHT PINK, how can i do that

Hi @ramagiqtech

Follow this

  1. Go to Online Store->Theme->Edit code
  2. Asset->base.css-> paste bellow code in bottom of file
.footer{background: lightpink !important;}

Best regard