Top

Revolution Theme Optimisation: Removing The Logo

January 9, 2008

Following on from my first post about optimising the Revolution theme, here’s how to remove the default Revolution logo from the top of each page and replace it with text instead. I can never remember how to do this, so this is as much for my own benefit as anyone elses!

  1. Within your wordpress dashboard edit the theme
  2. Edit style.css and look for #headerleft
  3. Change the padding to 30px 0px 0px 0px;
  4. Save
  5. Edit header.php and find the div id=”headerleft”
  6. Replace the existing code in that div with this (copy and paste might cause a problem for some reason I haven’t yet worked out, so test that the link works on your text after saving the change):
    <a href=”<?php echo get_settings(’home’); ?>/”><?php bloginfo(’name’); ?></a><br />
    <?php bloginfo(’description’); ?>
  7. Save and test.

Comments

2 Responses to “Revolution Theme Optimisation: Removing The Logo”

  1. free tickets on January 9th, 2008 3:33 pm

    I’ve just bought this theme so thank you for this post, very useful. I really like Brian’s themes - nice guy too!

  2. JC on January 9th, 2008 4:04 pm

    Hi

    Glad you find it useful - I’ll see whatelse I can come up with!

    Any similar tips greatly received of course.

    Cheers

    John

Got something to say?





Bottom