Home Forums WoodMart support forum Сетка на страницах сайта Reply To: Сетка на страницах сайта

#420034

Hello,

It seems that you have a Background Image uploaded on Page wrapper which is why those Lines are showing.

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.page .main-page-wrapper {
  background-image: none !important;
}

Best Regards