We have the child theme running, but in one of the parent theme css files (plugin.css) we see this:
.wpb_wrapper .smile_icon_list li .icon_description p {
color: #767676 !important;
line-height: 1.8 !important;
}
I understand I can simply remove the “!important” and then am able to override with the child theme css, but is there a way to put the plugin.css file in the child theme, and alter it there so that if the parent theme is updated we don’t lose that change?
If so, could someone point us in the right direction on how to override parent css files using the child theme structure.
Hope that makes sense! 🙂