Hi I would like to remove gray vertical lines in the template. How can I do it?
HI suker
You can use this custom CSS:
.bg-gray { background-image: none !important; }
Thanks!