Jump to content
Sign in to follow this  
epsilon

iBlogPro4: replacing header (title) bitmap image with real text

Recommended Posts

epsilon

Hi! The default Header option on iBlogPro4 is a bitmap image. It??™s quite easy to replace this default image with a custom made one. BUT I??™d like to remove these bitmap options altogether and replace them with "real" TEXT line/s. In other words, I would like to place at the top of my site, "real text" displaying what I??™ve selected as "SITE TITLE" and "TAGLINE" on the WordPress 3.0 "General Settings". Please tell me if here is a way to do this, in which case, how can I choose Fonts, Sizes, Colours, etc. for this Title and/or Tagline? Many thanks, Larm

Share this post


Link to post
Share on other sites
bryan-hadaway

Yes, where the header image URL is in the options, simply remove anything in there so it's blank and then save, that will show the live text. Then you can add this to your Custom CSS to style the title and description:

.site-title{color:#000; font-size:40px; font-family:helvetica}
	.site-description{color:#666; font-size:18px; font-family:georgia}

and then change the styles to your liking. Thanks, Bryan

Share this post


Link to post
Share on other sites
epsilon

Thank you Bryan, it worked perfectly. Larm

Share this post


Link to post
Share on other sites
jordydme

Is there a way to add live text to the right of the logo image I uploaded. I would like to add the the address and phone number to the right of the logo I inserted. I want this to be live text. Also, how would I style this as well? Thanks

Share this post


Link to post
Share on other sites
bryan-hadaway

This would need to be manually added in. From your WordPress admin, navigate to: Appearance > Editor > Header (header.php) Then find this line of code: `

<?php bloginfo('description');?>
` Below that line of code paste in: `
Blah Blah Blah
` Then to control it's styling add this to your Custom CSS:
#header .moreheader{}

With whatever styles you want to add to it. Thanks, Bryan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×