thebigtimer 0 Posted August 23, 2005 Share Posted August 23, 2005 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.... Quote Link to post Share on other sites
TCH-Bruce 16 Posted August 23, 2005 Share Posted August 23, 2005 Check the CSS style sheet for the theme. Quote Link to post Share on other sites
thebigtimer 0 Posted August 23, 2005 Author Share Posted August 23, 2005 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 Quote Link to post Share on other sites
TCH-Bruce 16 Posted August 23, 2005 Share Posted August 23, 2005 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> Quote Link to post Share on other sites
thebigtimer 0 Posted August 23, 2005 Author Share Posted August 23, 2005 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> <{POST_SNAPBACK}> I just tried that and if you'd like, take a look at my page (http://www.thebigtimer.com) you can see what happens, it just goes blank... Quote Link to post Share on other sites
TCH-Bruce 16 Posted August 23, 2005 Share Posted August 23, 2005 Where did you add the image you are using? I don't see it in your CSS or the page itself. Quote Link to post Share on other sites
thebigtimer 0 Posted August 23, 2005 Author Share Posted August 23, 2005 Where did you add the image you are using? I don't see it in your CSS or the page itself. <{POST_SNAPBACK}> 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.. Quote Link to post Share on other sites
thebigtimer 0 Posted August 23, 2005 Author Share Posted August 23, 2005 I just winded up deleting my blog name in the control panel....it does the trick....could this be bad in anyway? Quote Link to post Share on other sites
TCH-Bruce 16 Posted August 23, 2005 Share Posted August 23, 2005 No that should be fine. I see you got it working. Quote Link to post Share on other sites
thebigtimer 0 Posted August 23, 2005 Author Share Posted August 23, 2005 awww man now my side bar dropped all the way to the bottom.....how did this end up happening?!?? I just noticed it. Quote Link to post Share on other sites
TCH-Bruce 16 Posted August 23, 2005 Share Posted August 23, 2005 Better run it through a validator. There are several errors in your page. Validator for your page Quote Link to post Share on other sites
TCH-Bruce 16 Posted August 23, 2005 Share Posted August 23, 2005 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 Quote Link to post Share on other sites
thebigtimer 0 Posted August 23, 2005 Author Share Posted August 23, 2005 You are really the man Bruce, I owe you big time! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.