Home Forums WPStrong Themes Elementy Pricing tables

Viewing 1 reply thread
  • Author
    Posts
    • #18014

      Necerti
      Participant

      Hello
      I want to use the pricing tables of the theme but it always display “/mo” after the price. How can I erase it ?
      Thank you

    • #18079

      Maria Do
      Keymaster

      Hi

      It is Abbreviation of Month.You can use below custom css code to disable it:

      div.price-heading span.time {
      display: none!important;
      }

      Hope that helps!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.