html - Wordpress Parent Theme is overridding Child theme -
html - Wordpress Parent Theme is overridding Child theme -
i trying alter background image of body of wordpress kid theme. when preview changes , utilize inspect element kid theme code shows crossed out overwritten code in parent theme. have narrowed problem downwards inline php phone call in header.php file custombody class in parent style sheet. used same class in kid theme , still won't override parent. tried utilize higher css specifity:
html body, html body.custombody { background-image:url('http://www.katekuhens.com/wp-content/uploads/2015/04/scribble_light_@2x.png') repeat #f3f3f3; }
and parent still overrides child. ideas on doing wrong??
is possible @ someplace else, either in kid css or parent css, custombody has unique id? if that's case, no amount of class specificity override id https://css-tricks.com/specifics-on-css-specificity/.
html css wordpress wordpress-theme-customize
Comments
Post a Comment