Remove 3 Vertical Dots Next To The Offcanvas Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Remove 3 Vertical Dots Next To The Offcanvas Menu

Y

yoquiltrucci

Helix Framework 2 years ago

Hello could you please tell me how to remove the three dots that I see next to the off canvas menu?

Please let me know thank you

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

Hi

Thanks for contacting us. You can use this custom CSS

#offcanvas-toggler:after{
  display:none !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

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

If I may...

Those dots were added by You or somebody who built that site before you. It's not a part of Helix template code, and I can prove it quickly.

In Template Options > Custom Code > Custom CSS find that part

#offcanvas-toggler::after {
  content: '⁝';
  color: white;
}

and DELETE it > Save settings.

0