Remove CSS in Child Theme
-
I’m using the origin theme and have a child theme setup to make modifications to it. One bit of css is causing all my images to revert to their default size though.
.hentry img, .entry-content img, .widget img, .wp-caption {
height: auto;
padding: 1px;
border: 1px solid #E5E5E5;
}I want to make it so the line “height: auto;” isn’t read in the child template somehow. Overwriting it wont do because that still specifies a value. I want to remove the line from consideration entirely.
I know I should be using css to set the image size but this has come up before and I would like to know how it works.
Thanks!!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Remove CSS in Child Theme’ is closed to new replies.