Topic Resolution: Resolved
  • Closed
  • David Self
    Spectator
    08.08.2016 at 16:29 #29645

    For some reason your theme is doing a css reset that is overriding my child theme settings. Why would this be happening? I am a localhost site so no URL but here is a screenshot of the occurrence. http://prnt.sc/c33nl1

    Roman
    Spectator
    Posts: 3147
    08.08.2016 at 16:36 #29646

    reset.css is defined before the main stylesheets so it cannot overwrite the child theme styles

    David Self
    Spectator
    Posts: 18
    08.08.2016 at 17:05 #29649

    I found the problem. In some earlier debugging attempts i had removed the function.php code that enques the child stylesheet.