This topic has 5 replies, 3 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
good afternoon
I finished installing the woopress 6.3.3 theme, and I have noticed that the description of the product attributes does not appear (if you hover over it, it is written…) but it seems as if the letter were in white , I enclose screenshots, the same thing has already happened to me in several new installations of the theme, they already tell me something. a greeting.
https://prnt.sc/Ms0OxBvTgZPs
https://prnt.sc/ze9IkM-VK9xV
https://prnt.sc/sjKAtT2zGu2m
I have been investigating another page that I have with the same theme, the error occurs when updating woocommerce from version 5.9.0 to version 6.2.1, please check it
Hello,
Add the below code to Theme Options > Custom CSS
table.variations th label {
font-size: 1.07142857rem;
font-weight: 500;
text-transform: uppercase;
color: #000;
margin: 0 0 12px;
letter-spacing: 1px;
}
Regards
Good morning, where is the ideal to apply it, in theme woopress child or in woopress?
The code can be added in Dashboard > WooPress > Theme Options > Custom CSS > Global Custom CSS, OR style.css file of your child theme.
Regards
You must be logged in to reply to this topic.Log in/Sign up