Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there! 👋

    The easiest way to change those text strings is to localize them through a plugin like https://wordpress.org/plugins/loco-translate/.

    For more information on what that involves, have a look at the following guide: https://docs.woocommerce.com/document/woocommerce-localization/

    I hope this helps 😄

    Thread Starter carlchristian

    (@carlchristian)

    Thank you for reply.
    The problem is that my wordpress/woocommerce is quite “locked” because it is intergrated with a e-commerce system and I cannot install any plugins.
    I can only change design elements and paste a custom css code.
    Is there any way to find what the field/label name is with chrome developer?And create a css I can use?

    Like:
    NAME_FIELD_TEXT {
    color: #fff;
    NAME: CUSTOM_NAME 
    }

    The field I want to change is variations “color-name” and “size-name” under product-page

    • This reply was modified 3 years, 3 months ago by carlchristian.
    Thread Starter carlchristian

    (@carlchristian)

    This css code works:

    .single-product table.variations td.label > label{
    visibility: hidden;
    }
    .single-product table.variations td.label > label:after {
    content: ‘NEW NAME’;
    visibility: visible;
    }

    But it changes both “color” and “Size” Variations.
    How du i seperate them?

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Could you please provide us a link/URL of your site, so that we can check if we can provide you a Custom CSS code for that?

    Thanks in advance and Happy new year! 🎉

    Thread Starter carlchristian

    (@carlchristian)

    the site is a private b2b-site but will try to find a link/url to the site.

    If you se attached image of the source-code and the label text we want to change:)

    Screenshot of source.code

    Plugin Support mouli a11n

    (@mouli)

    @carlchristian
    I’m afraid that your link has expired.
    Can you please clarify whether you are trying to change the titles of the variations themselves, or something else.
    Maybe a screenshot of the actual titles you are trying to change would be useful.
    We recommend https://snipboard.io for screenshots, but feel free to use whatever you’re comfortable with.

    We look forward to hearing back from you.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Cheers! 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change text name on field’ is closed to new replies.