Hamburger Menu
Briefly

The purple line can be removed by adjusting CSS properties like 'border:none' to eliminate it entirely, or changing the border color as needed.
To remove the purple line, use the CSS rule '.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu { border: none; }' to eliminate it, ensuring the element is correctly targeted.
If you want to change the color of the line, you can replace 'border:none' with 'border-color: red' and substitute red with your desired color for customization.
Without linking or specifying the code used, it can be challenging for others to diagnose the issue—providing access to the website or detailed information is essential.
Read at SitePoint Forums | Web Development & Design Community
[
]
[
|
]