How do I remove the grid category display layout option please DW Focus v.1.3.1?
1 Answers
You can add the following code to the style.css file:
.layout-select a.layout-grid {
display: none;
}
Please login or Register to submit your answer
How do I remove the grid category display layout option please DW Focus v.1.3.1?
You can add the following code to the style.css file:
.layout-select a.layout-grid {
display: none;
}
Please login or Register to submit your answer