• Resolved hilrap2

    (@hilrap2)


    Is there a way to transalte CSS ::before Selectors in the paid version? The Germanized plugin uses this to display base-prices for WooCommerce products.

    Thus:

    .single-product .entry-summary .price.price-unit.smaller.wc-gzd-additional-info::before {
    content: “Grundpreis: “;
    }

    Thank you

    • This topic was modified 2 years ago by hilrap2.
Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    If you use our paid version you will be able to write a CSS like this:

    html[lang="en"] .single-product .entry-summary .price.price-unit.smaller.wc-gzd-additional-info::before {content:"Price: ";}

    https://gtranslate.io/#pricing

    Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘CSS ::before Selector’ is closed to new replies.