Off Canvas Menu: How Can Add - Question | JoomShaper

Off Canvas Menu: How Can Add

D

Dagmar

Helix Framework 1 year ago

Hello, how can I add the word “close” to the X when the Off Canvas menu is open. I got it right with the word "menu" to the burger icon, but I can't get it right with the Close-X. Thank you very much! Best regards Dagmar

https://apraxon.dhellinger.de/de/

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #166050

Hi Dagmar,

In general, it will be very similar method but different class name.

EXAMPLE

.offcanvas-active .burger-icon::after {
  content: "SCHLIESSEN"; color: #67030F; font-size: 12px; }

    body.ltr .close-offcanvas {right: 40px;}

As you see, in 1st , I used smaller font and no padding, and 2nd is added to fit whole world.


Do you have shorten world for "Close" ??

0