Topic Resolution: Resolved
  • Closed
  • David Self
    Spectator
    August 8, 2016 at 4:29 pm #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
    August 8, 2016 at 4:36 pm #29646

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

    David Self
    Spectator
    Posts: 18
    August 8, 2016 at 5:05 pm #29649

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