Revolution Theme Optimisation: Removing The Logo

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

  1. free tickets says:

    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 says:

    Hi

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

    Any similar tips greatly received of course.

    Cheers

    John

Trackbacks

  1. [...] very site uses a premium theme and I’ve been posting about how to tweak it here for example. Fellow marketer Stephen Pratley mentions a few places that offer premium themes and [...]

Speak Your Mind

*