how to remove "page name link" from the header?
-
theme: morning after
http://highwaydreams.wordpress.com/our-photo-album/
i want to know if it is possible to remove the page title from the header bar. For example the link above will take you to our blog and specifically our PAGE “photo album”.
You will see “photo album” appear over the header section. This happens for each page except “home”.ALSO-
can anyone tell me if it would be possible to put a picture logo at the top of the page (where the site title appears) using CSS if i upgrade?
thanks
The blog I need help with is: (visible only to logged in users)
-
@haydensbiglap: You can certainly remove that page title with Custom CSS, for example:
#topbanner .pagetitle { display: none; }
You can also replace your site title with a custom image using Custom CSS.
-
- The topic ‘how to remove "page name link" from the header?’ is closed to new replies.