• Resolved swissguy01

    (@swissguy01)


    Hi

    We do have the problem, that this value (xt_woovs-attribute-value) is shown in a strange way.

    It changes the the look auf the attribute value.

    A original value like “C130 USA” will be shown as “C130-Usa” !?

    How can we change that?

    Thanks Armin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mark Kevin

    (@mkesteban08)

    Hi @swissguy01 ,

    Good day, and thanks for writing in!

    I checked this from my end, and I was able to replicate the issue.

    To fix this, you can add this CSS to your theme’s CSS file, or within the wp-admin dashboard >> Appearance >> Customize >> Additional CSS:

    .xt_woovs-single-product .xt_woovs-swatches-wrap .xt_woovs-attribute-value {
    text-transform: uppercase;
    }

    Please let me know if you have other question, and I’ll be glad to help you with them.

    Thread Starter swissguy01

    (@swissguy01)

    Hi Kevin

    Thanks for your reply.

    This is not going to help in every situation:

    A valid sample attribute value like “10 g / Gr. 1/0” –> will be shown as “10-G-GR-1-0” !?

    It is not readable anymore.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show Attribute Selected Value (wrong formatted)’ is closed to new replies.