Jessica Paxton
asked 8 years ago

how do you remove the remove category grid layout in dw focus v1.2.6

1 Answers
DominicStaff
answered 8 years ago

You can add the following code to the style.css file:

.layout-select a.layout-grid {
 display: none;
}
Powered by DW Question & Answer Pro