danwedd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Embed VideoThanks Roman!
I’m interested in learning a bit more about custom css, is their a way I can make that happen in the css panel?Forum: Themes and Templates
In reply to: [Sydney] Change image sizeSorry @awanrmb it was offline but it’s back again.
I’d love it if you could help.
Ca this change be made with custom css?
Forum: Fixing WordPress
In reply to: Disappearing site logoCould it have something to do with the background position?
.site-logo {
/* background: url(“https://www.danthemansfencing.com.au/wp-content/uploads/2017/01/fence-quote-header-reduced-e1484519688611.jpg”) no-repeat scroll center top / 1080px auto rgba(0, 0, 0, 0);*/
/* background-position: 12px 12px !important;*/
/* background-size: 1080px auto !important;*/
background: url(“fence-quote-header-reduced.jpg”) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
margin: 0 auto;
max-width: 1080px;
position: relative;
}
Forum: Fixing WordPress
In reply to: Disappearing site logoAlready tried that and it didn’t work ; (
Any other ideas? and btw thanks for your help so far!
Forum: Fixing WordPress
In reply to: Disappearing site logoThanks for your reply Steve!
I do have that image in my media folder the url is
I tries to change the style.css to this but still no luck
.site-logo {
/* background: url(“fence-quote-header-reduced.jpg”) no-repeat scroll center top / 1080px auto rgba(0, 0, 0, 0);*/
/* background-position: 12px 12px !important;*/
/* background-size: 1080px auto !important;*/
background: url(“fence-quote-header-reduced.jpg”) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
margin: 0 auto;
max-width: 1080px;
position: relative;
}
Forum: Themes and Templates
In reply to: [Arcade Basic] hacked?Thanks CrouchingBruin, you’re a legend – I’ll try that