Customizer CSS classes not working
-
I am trying to change the single product page by making the variation labels bold, using the custom CSS on my site′s “customizer”. I have added additional code in this space before, and it has given me no problem. However it has been a few days now and CSS code I have been adding on this section appears in red color, as if the classes I am targeting did not exist, or as if there was an error with them, therefore there is no change on my site when I add code here. Code I am trying to add is the following:
.woocommerce div.product form.cart .variations label {
font-weight: bold;
}Does anyone know why this is happening? I have read in other forums that it may be due to the instalation of a new plugin, but I have not installed any lately. However, I have updated some of them recently. Help!
The page I need help with: [log in to see the link]
- The topic ‘Customizer CSS classes not working’ is closed to new replies.