Comments sydgrafix started the conversationOctober 10, 2025 at 5:32pmHow do I remove the button in the header? 1,762Andrey repliedOctober 10, 2025 at 5:37pmHello, thank you for your question. The easiest way to remove button is through WP Dashboard => Appearance => Customize => Additional CSS: .header.header-1 .top-nav + .btn-wrap { display: none; } Add this code, save changes and check results at front-end. Best regards! Sign in to reply ...
How do I remove the button in the header?
Hello, thank you for your question.
The easiest way to remove button is through WP Dashboard => Appearance => Customize => Additional CSS:
.header.header-1 .top-nav + .btn-wrap { display: none; }Add this code, save changes and check results at front-end.
Best regards!