Child Theme CSS
-
There is this code from Woocommerce.
.woocommerce img, .woocommerce-page img {
height: 45px;
max-width: 100%;
}I can make changes in the Child Theme
But how can I comment out or remove height: 45px;So it becomes:
.woocommerce img, .woocommerce-page img {
max-width: 100%;
}If you comment it out on the child theme /* height: 45px; */
It will just revert back to the original css from woocommerce
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Child Theme CSS’ is closed to new replies.