Okay
  Public Ticket #4504488
button in header
Open

Comments

  • sydgrafix started the conversation

    How do I remove the button in the header?

  •  1,762
    Andrey replied

    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!