Comments sydgrafix started the conversation2 weeks ago on October 10, 2025 at 5:32pmHow do I remove the button in the header? 1,754Andrey replied2 weeks ago on October 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:
Add this code, save changes and check results at front-end.
Best regards!