Okay
  Public Ticket #1156256
Remove $ Sign Pricing Table
Closed

Comments

  •  2
    wingme started the conversation

    How do I get rid of the automated $ sign in the Pricing Table? I am using the Pricing Table to display conferences instead. Many thanks!

  •  2,744
    Andrew replied

    Hi there,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard

    /*remove dollar sign from pricing table*/
    .pricing-column span.dollar-sign {
        display: none!important;
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers! 

  •  2
    wingme replied

    That works, thanks alot!

  • EINSER86 replied

    Another option would be, to write a blank into the "Currency Symbol" field. Solved it for me.