DISABLE OFFCANVAS ICON - URGENT PLS - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

DISABLE OFFCANVAS ICON - URGENT PLS

Rhema N. Abu

Rhema N. Abu

Template 2 years ago

Hello, please how do i disble (make to disappear) the Offcanvas Icon in Startup Landing Template?

i am building a landing page and i dont want the offcanvas icon to show please.

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #120105

Hi

Thanks for contacting us. Could you please give me your site URL so that I can check?

-Regards.

0
Rhema N. Abu
Rhema N. Abu
Accepted Answer
2 years ago #120120
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #120107

Hi Nas,

  1. Have you tried to disable it from Template Options > Menu tab > Menu Type: MegaMenu https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/menu-navigation
  2. Yes, you can always use custom CSS as well, here is a example code:
@media screen and (min-width: 1100px) {
#offcanvas-toggler, #offcanvas-toggler > span {display: none; visibility: hidden;}
}

Both methods should work for desktop view, tested many times!


But if you want to hide [=] icon on all views (Desktop, Tablet and Mobile) let us know, it request using different CSS code!

0
Rhema N. Abu
Rhema N. Abu
Accepted Answer
2 years ago #120121

the CSS code did not work!!!

offcanvans menu icon still present!!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #120129

First, you don't have [=] icon on desktop view.

Second, my CSS code was to hide that icon in desktop view only.


For all views use

#offcanvas-toggler.offcanvas-toggler-left,
#offcanvas-toggler.offcanvas-toggler-left span {display: none !important;visibility: hidden;}
0
Rhema N. Abu
Rhema N. Abu
Accepted Answer
2 years ago #120215

Perfect! your code works!!!

Thanks Frankowski.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #120221

You're welcome.

...but next time try to give more details, for example, from what view you want to hide element. It will help us give you a right answer faster.

0