Archived topic
Hide 3 HOrizontal lines on Mobile
1 reply · Started by Sars on October 6, 2022
Viewing posts 1–2 of 2
Dear Team,
Please help with hiding the 3 horizontal lines that appear on mobile. THere are no menu items on header andhence it is not needed.
Regards
Sarathy
Hi Sars,
Try adding this in Appearance > Customize > Additional CSS:
.mobile-menu-control-wrapper > .menu-toggle {
display: none;
}
This archived topic is closed to new replies.