Viewing 3 replies - 1 through 3 (of 3 total)
  • Is it coming from the setting field at:
    Admin page > WooCommerce > Settings > Tax > Tax Options > Price Display Suffix

    If not, try this custom css:

    .subs:before {content:"for 3 months"; visibility:visible}
    .subs {visibility:hidden}

    Thread Starter adiwords

    (@adiwords)

    Thank you! The CSS worked.

    But it will be a problem if one of the course is for 4 months. So, is there any other way? Replacing the word in the template?

    That could be tricky.

    Find out the product id for the 4 months’ course. If its say 2143 for example, use this css as well:

    .post-2143 .subs:before {content:"for 4 months"; visibility:visible}
    .post-2143 .subs {visibility:hidden}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use the word "for" instead of "per" in subscription’ is closed to new replies.