Okay
  Public Ticket #2708825
Translation
Closed

Comments

  • Alain started the conversation

    How can I translate the word "Featured" in the pricing table?

  •  1,626
    Andrey replied

    Hello, Dear Alain!

    Thank you for your question. You can change this word via CSS rule.

    Please,  click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .pricing-plan.plan-featured::before {
        content: 'TEST';
        transform: rotate(
    45deg
    );
        transform-origin: bottom right;
    }
    

    Best Regards!

  • Alain replied

    Thank you for helping, its working now!