Corweb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Constructor theme] page.php not writeableNobody who knows how the solve this?
Forum: Fixing WordPress
In reply to: Remove date from pages only.OK, adding a display:none for every page-id I wanted to exclude worked!
Thanks!Forum: Fixing WordPress
In reply to: Remove date from pages only.In reading settings in the dashboard I set it as follow:
Front page displays: static page
Front page: home
post page: nieuwsI’ve been trying to find a way to change the css as pkwooster wrote and I think I’ve found the/a solution.
I used this code
body.page-id-10 article footer { display:none; }And that removed the date etc, from the homepage. Now I’ll add the other page-id’s to css.
Forum: Fixing WordPress
In reply to: Remove date from pages only.Thanks @pkwooster.
Still struggling. I can add display:none; to “article footer”, but then it will disappear on all pages. Also on the post overview page and single post.
I will try to find a solution.
If in the meantime anyone can help me, it would be very much appreciated!
Ok, I’ve been playing around with the stylesheet and 1 problem is solved.
I’ve managed to change the color of the grey box around the page titles.I was looking at the wrong code to put background-color:#333366; in.
I’ve placed it here and now it works.article > h1 a,
article > h2 a,
article header h1 a,
article header h2 a{
display:block;
background-color:#333366;
color:#cccccc;
padding:10px 12px;
}Now I’m still struggling with the 2nd problem, which is:
I would like to align the eBay logo (or another logo), which you can see, on top of the page with the menu bar. If possible the logo should be aligned above the first menu link “home”.I hope someone can help me out.
It would be very much appreciated. 🙂