The description of the product attribute has disappeared page

This topic has 16 replies, 3 voices, and was last updated 2 years, 2 months ago ago by Olga Barlow

  • Avatar: menichetti
    menichetti
    Participant
    February 5, 2022 at 16:52

    good morning
    It has disappeared from my product page, the attribute description and I don’t know why. a greeting.
    attached capture where it is no longer and another capture where it was previously.
    I have the latest version of woocommerce installed from a week ago.
    ERROR
    https://prnt.sc/26p82ou
    OK
    https://prnt.sc/26p835s

    15 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 7, 2022 at 17:38

    Hello,

    Provide us with WP Dashboard and FTP access to your site to check the issue in more detail, please.

    Regards

    Avatar: menichetti
    menichetti
    Participant
    February 8, 2022 at 16:54

    good morning,
    It hasn’t disappeared, but rather the letter is white, the same as the background, that’s why it can’t be seen, I just realized how can I change the color?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 8, 2022 at 19:54

    Hello,

    I don’t see issue on site that you provided https://prnt.sc/26raoxq
    So, please, provide us with link to product with the issue and temporary WP Dashboard access to check the issue in more detail.

    Regards

    Avatar: menichetti
    menichetti
    Participant
    February 8, 2022 at 20:23

    Good afternoon, that’s correct, the page is fine now, since I’ve done a full restore, because I think some update gave me an error. I would like to know how to change the color of the descriptions, in case it happens again, so I can change the color of the letter. Thank you

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 8, 2022 at 20:36

    Hello,

    We can’t give you a fix if we don’t see the problem. So, contact us once you get the issue to allow us to inspect the titles and find out what gives you the problem.

    Regards

    Avatar: menichetti
    menichetti
    Participant
    February 8, 2022 at 20:42

    I didn’t express myself well…
    What I would like to know is how can I change the color? I can put it in red or any other color, from the woopress menu??

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 8, 2022 at 20:47

    Hello,

    We don’t have the option to change the color of the variations label. So, it’s possible to change only by custom CSS.

    Regards

    Avatar: menichetti
    menichetti
    Participant
    February 8, 2022 at 20:51

    and would you be so kind to tell me how to do it with css?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 9, 2022 at 09:59

    Hello,

    Using custom code, for example

    .single-product .product-content table.variations label {
        color: #e81485;
    }

    Regards

    Avatar: menichetti
    menichetti
    Participant
    February 16, 2022 at 18:20

    good afternoon and how can I change the size (a little bigger) and make it bold? Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 17, 2022 at 09:51
    Avatar: menichetti
    menichetti
    Participant
    February 19, 2022 at 18:37

    how should i enter it?
    Could you tell me the script string in css, as indicated in the previous messages, thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 20, 2022 at 09:19

    Hello,

    Change this code https://gyazo.com/b8ba15fe7146c0cc839e885ec85b2e06 to

    .single-product .product-content table.variations label {
        color: #e81485;
        font-size: 20px;
        font-weight: 600;
    }

    Regards

    Avatar: menichetti
    menichetti
    Participant
    February 23, 2022 at 18:39

    And how can I put the whole sentence in uppercase?
    Thank you

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 24, 2022 at 13:47

    Hello,

    Use this one

    .single-product .product-content table.variations label {
        color: #A569BD;
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
    }

    Regards

  • Viewing 16 results - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.