Okay
  Public Ticket #1434684
item removal
Closed

Comments

  • Michael started the conversation

    The section that says contact us on the top of the page. How can I remove the bar with the "Give me a call back" and "EMI Calculator"?

  •  2,010
    Ocean replied

    Hi,

    you can add css code. GO to Borrow option/Styling options/Css code => add css

    .sub-nav {

    display: none;

    }