Oliver Theobald
asked 10 years ago

Hi!
 
How to remove the grid category display layout option please? I only want readers to have the option of list category display layout option. 
 
Thanks!

1 Answers
DominicStaff
answered 10 years ago

Hello Oliver !   
To disable the grid format in DW Focus, you need to add the following code to the Header Code first (Dashboard > Customize > Custom Code. )

<style>
.category .post-layout .layout-grid {
    display: none;
}
.category .post-layout .layout-list {
    display: none;
}
</style>

Then select the List layout in the Category Setting (Customize > Category Settings ).
Hope this helps ! 

Powered by DW Question & Answer Pro