Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1093209

    Hi,

    Unfortunately, the off canvas settings is general settings and it will be affected on all template styles, you can use custom CSS to hide this button on homepage only:

    .itemid-101 .t3-header .btn.btn-primary.off-canvas-toggle {
        display: none;
    }

    Put this code into the file: root/templates/ja_brickstore/css/custom.css (create this file if it doesn’t exist)

    Regards

    Milos Friend
    #1093240

    It does the job!
    Thanks!

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

This topic contains 2 replies, has 2 voices, and was last updated by  Milos 6 years, 2 months ago.

The topic ‘off canvas menu’ is closed to new replies.