• I just noticed in my console that http://domain.com/wp-content/themes/thbusiness/images/dotted-line.png is missing. I only found out now because I didn’t use comments until today (which is where the line is defined in style.css).

    I downloaded a fresh copy to check but it’s not in there. Now it’s not a big problem and if you want to get rid of it, add this to your child theme’s css.

    
    .comment-list > li:after,
    .comment-list .children > li:before {
        background: none;
    }
    

    Just wanted to let you know…

The topic ‘dotted line image is missing’ is closed to new replies.