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.
- Create an image with the dimensions 690×115.
- Save the image as
header_bg.jpg. - Move the image to the folder
wp-content/themes/blix/images/spring_flavour
(You may have to create it). - In the file
header.phpchange
<!-- 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












What people are saying