Change Burger Menu Icon - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Change Burger Menu Icon

Laurent

Laurent

Helix Framework 3 months ago

Hi,

By default, burger icon menu looks like this => https://imgur.com/LsBOS1O How can I do this layout => https://imgur.com/lFugsph

Thanks L.

0
7 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197160

Hi there!

Thanks for your interest. Which template are you using there, please? There is no default option to achieve this, but it seems you can achieve this with custom CSS.

Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197194

Please use the following code snippet in your custom CSS then:

.burger-icon>span {
    border-radius: 25px;
}
.burger-icon>span:nth-child(2) {
    width: 70%;
}

Let me know if it serves your purpose:)

0
Laurent
Laurent
Accepted Answer
3 months ago #197161

I'm only using HELIX.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197162

Helix Ultimate, right?

0
Laurent
Laurent
Accepted Answer
3 months ago #197163

yes

0
Laurent
Laurent
Accepted Answer
3 months ago #197197

perfect works fine thanks

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197314

You're always welcome:)

Have a nice day!

0