I recently removed my header image and added a slider above the masthead instead. I used some css to remove the logo text. Now everything looks great on desktop but on mobile the slider and the original header image are both displayed. I’m not sure how the header image is still lingering around since I deleted it from the logo area. Tried turning off caching, thinking that might do it, but the old header image is still there.
Site is http://www.nextgenfinancialadvice.com
The CSS I used to remove the logo text is:
.x-brand.text {
display: none;
}