coder314159
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [discover] Make Element boxes transparentTry 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.
Forum: Themes and Templates
In reply to: Custom dimension Header Image upload in Twenty ThirteenTry replacing:
.site-header { background: url(“http://perziedesign.com/wp-content/uploads/2013/08/Perzie_header1.jpg”) no-repeat scroll center top / 1000px auto transparent;
}with
.site-header {background-image: url(“http://perziedesign.com/wp-content/uploads/2013/08/Perzie_header1.jpg”)!important;
background-size: 1000px auto;
}please post your URL
Forum: Themes and Templates
In reply to: Custom dimension Header Image upload in Twenty ThirteenWhat version of Safari are you running. You’ll probably just have to change your CSS declaration?
Forum: Installing WordPress
In reply to: Issues with final part of installI agree with Keith, check the domain registrar
Forum: Installing WordPress
In reply to: wordpress on 123-regtry a clean re-install before deciding to switch hosting provider.
Forum: Themes and Templates
In reply to: [Customizr] html tags showing up on websiteWhat were the last updates/changes you made before the issue occurred?