dazzer2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post content not showingVery sorry, Steve. It’s a long time since I’ve edited the site, so I’d forgotten that.
Apologies,
DaveForum: Themes and Templates
In reply to: [Kale] printing issueI’ve posted a review and was very happy to do so.
Thanks so much for all your help.Forum: Themes and Templates
In reply to: [Kale] printing issueExcellent, jarek. Thank you very much.
Forum: Themes and Templates
In reply to: [Kale] printing issueThank you so much for the prompt reply.
Yes, I was wondering how to remove the hyperlink from the title, to see if that might do the trick?Forum: Fixing WordPress
In reply to: featured image size on post pageCan anybody help with this?
Forum: Themes and Templates
In reply to: [Zippy] change nav background image for each pageOk, I think I figured it out. In my style.css I noticed this:
.nav-molu {
background-color:#333;
background-image:url(images/nav.jpg);
background-size:100% cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
padding-bottom:5px;
padding-top:5px;
}so I placed the following code above it to change the nav background on the page with the id 233:
.page-id-233 .nav-molu {
background-color:#333;
background-image:url(images/allotment_header.jpg);
background-size:100% cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
padding-bottom:5px;
padding-top:5px;
}In other words, I just have to add a new .nav-molu with page ID for each page on which I want to change the image. Of course I also have to change the url of the image too.
Forum: Themes and Templates
In reply to: can't get anything but image to show in my postOk esmi. Thanks very much for looking into it.
Forum: Themes and Templates
In reply to: remove time/date stamp casino royale themeanybody?