I need to change the colour of footer to LIGHT PINK, how can i do that
Hi @ramagiqtech
Follow this
- Go to Online Store->Theme->Edit code
- Asset->base.css-> paste bellow code in bottom of file
.footer{background: lightpink !important;}
Best regard
Hi @ramagiqtech
Follow this
.footer{background: lightpink !important;}
Best regard