Okay
  Public Ticket #2855181
Button tichet
Closed

Comments

  • Gherardo started the conversation

    HI,

    come posso rimuovere il pulsante Acquista tichet sulla home page

    Grazie

    Gherardo

  •  1,627
    Andrey replied

    Hello, Dear Gherardo!

    To hide this button, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .header_right_buttons.display_table_cell.text-right.hidden-xs {
        display: none;
    }
    

    Then save changes and check the results at front-end: http://prntscr.com/1qfhh4j

    Best Regards!