Problem With Hamburger Menu - Question | JoomShaper

Problem With Hamburger Menu

AB

Alberto Bonello

SP Page Builder 5 days ago

My hamburger menu is not showing up on the mobile version of the website.

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 5 days ago #225239

Hello,

Thank you for reaching out.

The issue is caused by a small CSS override affecting the menu icon. To resolve it, please add the following custom CSS in Custom Code → CSS, or follow the instructions in the documentation: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

.burger-icon > span {
    background-color: #000 !important;
}

This will ensure the burger icon displays correctly.

Thank you.

0