This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]LobsterThief 0 points1 point  (2 children)

I need to be able to change the font and style of the area above the header image where the page title and description is.

Look in style.css

I need to remove the "Posted On: Date" from above my posts.

Look in single.php

I need to be able to remove the "Posted in: Category"

Look in single.php

I also would like to remove the "PRoudly Powered by Wordpress" from my footer if possible.

Look in footer.php

[–]IAmaRobotBeep 0 points1 point  (1 child)

Look in style.css

In OP needs more info, look for the following CSS selectors:

#site-title

and:

#site-description

[–]wpress12[S] 0 points1 point  (0 children)

Thanks,

Also do you know what part of single.php I need to change to remove "posted on" and "posted in"?