• Resolved Bignasty247

    (@bignasty247)


    I want the following picture (below) to be the title of my blog. It might be easier to insert a font as html, however I don’t think wordpress will recognize these fonts as they are custom fonts I got online. Therefore, I have created the picture below. Please Assist me in using the image below as the title of my webpage. Also, for my tagline I want it to be animated (like a fly-in effect). How do I do that? Please help! Thank you.

    https://www.fileden.com/files/2006/5/27/38611/Dept.bmp

Viewing 3 replies - 1 through 3 (of 3 total)
  • No one can help to any great extent without seeing your site first. All I can suggest is that you upload your image (called header.jpg) to your theme’s images folder and then replace <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> with <h1><a href="<?php echo get_option('home'); ?>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header.jpg" alt="<?php bloginfo('name'); ?>" /></a></h1>.

    Also, for my tagline I want it to be animated (like a fly-in effect).

    You’ll either need to create an animated gif or a flash file, upload it to your theme’s images folder and embed it in place of <?php bloginfo('description'); ?>.

    Thread Starter Bignasty247

    (@bignasty247)

    Last questions: Do you know how to create an animated gif file? Also, I have found a custom theme from another site I would like to use. Provided I have all the necessary files, can I use this theme for wordpress? Below is my site, I haven’t done anything with it yet but hopefully it will give you more insight as to my header question. For the theme I want to use, I want the header visuals to stay however I want the title to be in a different font. Thank you for all your help!!

    https://www.big-nasty.com

    Do you know how to create an animated gif file?

    I know – yes. But then you do need a special graphics application to put one together. Flash is becoming more common for animation these days but again, you do need a Flash application to create such a header.

    Also, I have found a custom theme from another site I would like to use. Provided I have all the necessary files, can I use this theme for wordpress?

    Provided the theme is freely available for use or you have permission to use it, yes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Font and Header’ is closed to new replies.