XF 2.1 How to disable style and language choser?

webmasterxl

Member
Licensed customer
Is it possible to disable the style or/and language choser for guests and registered users?

Thanks

webmasterxl
 
You can hide the style chooser from view by putting the following code in your extra.less template:

Code:
.p-footer-linkList > li:first-child {display: none}
 
Back
Top Bottom