Please give the url of your site, so we can SEE the problem and make suggestions more easily.
Thanks, unfortunately the ‘underconstruction page’ doesn’t help much in giving you the solution.
Which theme are you using?
the under contruction page is off now.. take a look
== == == remove ‘posted by… etc.’
.post_meta{
display:none;
}
== == == remove ‘previous … next’
.nav-previous, .nav-next{
display:none;
}
Note:
Instead of ‘display:none; ‘ you could use visibility:hidden;
This will give a slightly different effect: The content will disappear, but the ‘space’ it took up, will stay ‘blanc’.
== == ==
If your theme has an option to customize the CSS like a ‘custom css’-TAB, place the above code there.
Is such a feature missing from your theme? See the instructions below.
Add the above code to the `style.css’ of your CHILDtheme:
You don’t have a childtheme yet?
1. Install and activate ‘one click childtheme plugin
2. create the childtheme
3. Dashboard > appearance > Themes > activate the childtheme
4. Make the changes in the CHILDtheme!
- make changes to ‘styles.css’ of the CHILDtheme
- copy php files of the original theme [as required] to the childtheme directory and edit them as required.
thanks a lot you guys are great! ill make sure to come back for my next question