Removing CSS attributes in child theme
-
I would like to completely remove various attributes from the parent CSS using the child CSS.
Is there an easy or universal way to remove them? For example:
.widget{
width:290;
margin-bottom:12px
}I want to remove the width:290 in the child theme. Other times, I want to remove the margin, or link formatting, etc. Is there a universal command I can use to clear formatting from the parent theme?
This may be more of a CSS question than a WordPress support question.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Removing CSS attributes in child theme’ is closed to new replies.