Home > Blog > Edit Blix Title

Edit Blix Title

Was messing with the Blix theme because I wanted to change the header. It took a little tinkering but I managed it. If you want to do it follow the instructions below.

  1. Create an image with the dimensions 690×115.
  2. Save the image as header_bg.jpg.
  3. Move the image to the folder wp-content/themes/blix/images/spring_flavour
    (You may have to create it).
  4. In the file header.php change


    <!-- header ................................. -->
    <div id="header">
    <h1><a href="<?php bloginfo('url'); ?>">< ?php bloginfo('name'); ?></a></h1>
    </div> <!-- /header -->

    to

    <!-- header ................................. -->
    <div id="header">
    <-- <h1><a href="<?php bloginfo('url'); ?>">< ?php bloginfo('name'); ?></a></h1> -->
    </div> <!-- /header -->

Categories: Blog Tags:
  1. No comments yet.
  1. No trackbacks yet.