Hello,
thank you for your amazing wordpress theme !
This is our website :
http://www.switchconsulting.fr/ (there’s a wordpress network for multilanguage, please go on french version, not on the english version “http://en.switchconsulting.fr/” which is not yet mobile friendly)
I have a little request and I can’t solve it by myself.
On mobile I would have only few item display on the portfolio (“references” or “clients”), not all like on desktop. Is it possible ?
Sincerly,
SWiTCH
Hey SWiTCH!
You can go to Appearance > Menus and click “Screen options” on the right top corner and check “CSS Classes” and then edit your menu items and add “only-dt” custom class to menu items that you would like to hide on mobile and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.only-dt { display: none !important; }}
Cheers!
Yigit