Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #496988

    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

    #497031

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.