New Landing How can we help? Atelier Hide list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #212404
    ibt
    Member
    Post count: 29

    Is there a way to hide the list grid option on the shop pages?

    #212411
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    There is no standard option for it, but you can hide it adding the code below to your custom css option

    .layout-opt .sf-icon-atelier-shop-grid {
        display: none;
    }

    Hope it helps.

    -Rui

    #212417
    ibt
    Member
    Post count: 29

    it worked when I changed it to
    .layout-opt .sf-icon-atelier-shop-list {
    display: none;
    }

    #212633
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you managed to resolve the issue.
    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.