Helix Ultimate 2.0.2 Offcanvas-toggler Showing Twice - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate 2.0.2 Offcanvas-toggler Showing Twice

bepos

bepos

Helix Framework 4 years ago

Hi,

i see a lot of issues about dissapearing offcanvas menu's .

Mine is different. On my site it's showing the offcanvas toggle icon twice ??

I have unpublished the old module which is loaded in position offcanvas. Because this is now an option within HE2.0

But still i see 2 icons in the right top corner. Any ideas how to fix this?

See : https://www.bepos.support

Kind regards, Mark

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #30946

Hi,

Use this custom css

#sp-header #sp-menu #offcanvas-toggler{
    display:none;
}

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this

Thanks

0