Forums
(@coder314159)
11 years, 7 months ago
Try to avoid making those changes to the Parent Theme. Instead you’ll want to make those updates in the Child Theme CSS. You’ll want to use a development tool to see what CSS code to update, I recommend using “Firebug” for Firefox.
Try replacing:
.site-header { background: url(“https://perziedesign.com/wp-content/uploads/2013/08/Perzie_header1.jpg”) no-repeat scroll center top / 1000px auto transparent; }
with
.site-header {background-image: url(“https://perziedesign.com/wp-content/uploads/2013/08/Perzie_header1.jpg”)!important; background-size: 1000px auto; }
please post your URL
What version of Safari are you running. You’ll probably just have to change your CSS declaration?
I agree with Keith, check the domain registrar
try a clean re-install before deciding to switch hosting provider.
What were the last updates/changes you made before the issue occurred?