jackboon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to edit post header and post footer barsProblem solved! Thanks jleuze!
/* begin PostMetadata */
.art-PostMetadataHeader
{
padding:1px;
background-color:transparent ;
border-color:transparent ;
border-style: solid;
border-width: 1px;
font-size: 12px;
}
/* end PostMetadata */Forum: Fixing WordPress
In reply to: How to edit post header and post footer barsI used the single.php file to find the meta data code in the css file and changed the colored background and outline to “transparent”:
/* begin PostMetadata */
.art-PostMetadataHeader
{
padding:1px;
background-color:transparent ;
border-color:transparent ;
border-style: solid;
border-width: 1px;
}
/* end PostMetadata */I am still having trouble with the text and icons. the only way I found to change the post header text size is to change the content text size in the css. how can I get around that? I want just the post header text and icons to be 12px.
Thanks for the help!
Forum: Fixing WordPress
In reply to: How to edit post header and post footer barsI want to keep all the pages uniform, so every post on every page has the same adjusted post header and footer. Id like to make the bar smaller or remove the frame and make the text smaller. Just to keep the bar from being too overbearing from a design point of view.
I used Artisteer to create the template.
Ill check the css, index.php and single.php real quick and see if I can find it, thanks guys Ill let you know!
Forum: Fixing WordPress
In reply to: How to edit post header and post footer barsThanks jlueze! I appreciate the information. but I need to adjust the POST header and POST footer “where the date, author, posted in and comment links are”. not the actual page template. I already have a header and footer for the pages that need no change.
the small bars above and below the text in each post (www.jackboon.com). is there a way to edit these? Ive already searched the how-to section of the WordPress.tv site and am having touble pinpointing the how-to for this subject.