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:
- Go to Online Store->Theme->Edit code
- 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!