This topic has 16 replies, 3 voices, and was last updated 2 years, 9 months ago ago by Olga Barlow
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
Hello,
Provide us with WP Dashboard and FTP access to your site to check the issue in more detail, please.
Regards
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?
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
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
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
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??
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
and would you be so kind to tell me how to do it with css?
Hello,
Using custom code, for example
.single-product .product-content table.variations label {
color: #e81485;
}
Regards
good afternoon and how can I change the size (a little bigger) and make it bold? Thank you
how should i enter it?
Could you tell me the script string in css, as indicated in the previous messages, thanks
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
And how can I put the whole sentence in uppercase?
Thank you
Hello,
Use this one
.single-product .product-content table.variations label {
color: #A569BD;
font-size: 25px;
font-weight: 600;
text-transform: uppercase;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up