Okay
  Public Ticket #684079
Price table currency
Closed

Comments

  • Dmitry started the conversation

    Hello! The problem with the price table.

    I do not want to write the currency in the "Currency". If the field is blank - automatically added dollar. How to remove the dollar from the display on the site?

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    span.dollar-sign {
        display: none !important;
    }

    Bes.t



    ThemeNectar Support Team