alexanderdejong
Forum Replies Created
-
Forum: Plugins
In reply to: [Subtitles] Subtitles in Category ArchivesThanks Philip. Sounds good!
Forum: Plugins
In reply to: [Subtitles] Subtitles in Category ArchivesSure, sorry I wasn’t able to explain it very well..
here you go: http://mnk.ee/p/zKaPkUNFmiD
Forum: Plugins
In reply to: [Subtitles] Subtitles in Category ArchivesYour spot on, I’m using the description already and would like to add subtitle to the category and tags as well.
Forum: Fixing WordPress
In reply to: Remove page title/background color in title area<resolved>
Forum: Fixing WordPress
In reply to: Remove page title/background color in title areaThanks Alain, I just made a few mistakes, your comment helped me back on track.
I added a nopage-header part to my css file (in which i removed the formatting).
/* =page-header
.page-header{ width:880px; margin:0 -60px 30px -60px; padding:30px 60px; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; background-color:#f9f9f9; }
.page-header h3{ margin-bottom:0; }/* =nopage-header
and made a new page template by copying my page.php and adding (at the top):
<?php
/*
Template Name: Homepage (No Title)
*/
?>thanks..
Forum: Fixing WordPress
In reply to: Remove page title/background color in title areaHi,
I think my problem has something to do with this code. How can i make an exception with it so that the page template does not call this code?
.page-header{ width:880px; margin:0 -60px 30px -60px; padding:30px 60px;
border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; background-color:#f9f9f9; }.page-header h3{ margin-bottom:0; }