Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • guap Friend
    #203309

    I see a sidebar appears when I view the pages on my PC. How can I hide it? Thanks


    1. top
    TomC Moderator
    #557601

    Yes you can . . . and here is how . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_biz/css/

    Within that custom.css file, pate the following CSS rule:


    .off-canvas-toggle {
    display: none;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ?? 🙂

    jooservices Friend
    #557621

    Hi there,
    – Use browser debugger we can locate which file render this canvas menu and we have


    <!-- OFF-CANVAS -->
    <?php if ($this->getParam('addon_offcanvas_enable')) : ?>
    <?php $this->loadBlock ('off-canvas') ?>
    <?php endif ?>
    <!-- //OFF-CANVAS -->

    – Now we know this one can config via backend. Please go to template configuration – Addons – Off-canvas Sidebar
    And set Enable = No

    And yes. You can also use CSS way.

    Thank you,
    Viet Vu

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

This topic contains 3 replies, has 3 voices, and was last updated by  jooservices 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum