It seems like my wordpress theme is adding a font color by default with !important condition and it appears as inline style. It targets not exactly what I need, so is there anything I can do about it? I already tried !important !important 🙂
Leave a Reply
You must be logged in to post a comment.
The only thing that could override an inline style with
!important
is a child element’s style:you can override inline html style with: