Jump to content

Recommended Posts

Posted

I am currently using the mx4_theme by kubrick and would like to change the heading image as well as remove where it automatically displays the name of my page in the header. How can I go about doin this?

 

Here is the code that appears in my header.php file:

#header { background: url(%3C?php\ bloginfo\(\'stylesheet_directory\') no-repeat bottom center; }

 

So I dont see where to change the image....

Posted

K, I got the image I want to use working in the header but when I try to get rid of the name of my page being automatically placed at the top the whole header goes blank and I have to replace it with a new file. It's just one thing after another with me :)

Posted

In the header.php file for that theme remove the following:

 

><h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
 <div class="description"><?php bloginfo('description'); ?></div>

Posted
Where did you add the image you are using?  I don't see it in your CSS or the page itself.

 

I kept the same name: kubrickheader.jpg and just over rode the file....the image appears when I don't delete the tag info for my blog title....the whole header disappears when I do..

Posted

1. The DOCTYPE should be the first line of the page.

 

2. The title should be in the

section and not outside of it.

 

3. You have a in the head section yet there is no open

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...