I am making a child theme out of a parent theme. In the child theme i have some div's which should behave (style-wise) almost exact the same as div's in the parent theme. Parent theme has HTML Wysiwyg
And in my child theme i like to use HTML Wysiwyg
How can i give div "edButtonHTMLChild" the same .css style as edButtonHTML without altering the parent .css file?
Something like
#edButtonHTMLChild = #edButtonHTML
regards