KHartjen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Applying background image to just one landing page in BuenoWell, that just absolutely rocks. Worked like a charm.
Obviously, I need to go back and study some more css tutorials. Thanks so much for your help.
Forum: Themes and Templates
In reply to: Applying background image to just one landing page in BuenoOkay. I just changed “container” to “body” (I think that’s what you were referring to) but it had no effect.
Am I missing some other glaringly obvious blunder?
Forum: Themes and Templates
In reply to: Applying background image to just one landing page in BuenoWell, I guess (and it’s just a guess) that the WooDojo plugin is doing it for me. I just type it in and hit the the “save changes” button, and it does it.
Otherwise, I have no idea.
Forum: Themes and Templates
In reply to: Applying background image to just one landing page in BuenoHere is the code I have used in the custom css panel:
‘body .page-id-363 { background: #fff url(http://raviolithewriter.com/wp-content/uploads/2013/01/Scrapbook-paper-3.jpg) repeat left top;
}
.page-id-363 .title {
display:none;
}
.page-id-363 #pagenav {
display:none;
}
.page-id-363 #logo {
display:none;
}
.page-id-363 #topsearch {
display:none;
}
.page-id-363 #navigation {
display:none;
}
.page-id-363 .entry img {
border: 0px solid #9FCEF1;
}.page-id-363 .post {
background-color: #FFFFFF;
border: 0px solid #EFEFEF;
margin: 0px 0px 00px;
padding: 00px 00px;
position: relative;
}’Shouldn’t the ‘.page-id-363’ work for all or none of it? I mean, why would it only not work for the first item? I’m sorry, I don’t mean to be dense. I’m just confused.
Thanks for your help and patience.
Forum: Themes and Templates
In reply to: Applying background image to just one landing page in BuenoGlad to hear you say that, and glad I didn’t do it!
IS there any other method you know of that might work?
Forum: Themes and Templates
In reply to: Applying background image to just one landing page in BuenoI added it to the CUstom CSS panel within the WooDojo plugin I’m using. All of the other custom css I’ve used for this page has been done through that plugin, and it all worked. I just can’t get this one thing right.
I’m very timid about making changes to the actual style.css file. Do you think it’s safe to do that as long as I back it up first?
Thanks again.
Forum: Themes and Templates
In reply to: Applying background image to just one landing page in BuenoThank you, WPyogi. I tried it with both the short file name and the absolute file name, but no luck. The default tiled background is still there.
Here’s the link to my page:
‘http://raviolithewriter.com/landing-page-test/’
Any other ideas?