Trouble Changing Header Text
-
Hi,
I just purchased a WP theme for my website, and I’m having a lot of difficulty trying to change the header text from its original design to my own text. I’ve read up on articles about “how to change the header,” but they mostly cover how to replace the header text with a new image.
Can someone please guide me on how to change the text? This has been holding me back a few days!
I want to change the “QuikTab” text to my own text. There is no “header.php” file under template editor. Changing the blog title and tagline DOES NOT change the header in this theme.
/* Header Styles */
.header{padding-top:32px; height:113px;}
.header .logo {float:left;}
.header .contact{float:right; color:#0a2a40; font-size:18px; text-align:right; margin-top:15px;height:54px; overflow:hidden; width:400px;}
.header .contact a{color:#0a2a40; text-decoration:none;}
.header .contact a:hover{color:#0ec6f8;}
.header .contact .phone{background:url(images/phone.png) no-repeat 0px 2px; padding-left:30px; margin-bottom:10px; float:right;}
.header .contact .mail{background:url(images/mail.png) no-repeat 0px 2px; padding-left:30px; float:right; margin-bottom:10px; clear:right;}
.header .contact .aim{background:url(images/aim.png) no-repeat 0px 2px; padding-left:30px; float:right; margin-bottom:10px; clear:right;}
.header .contact .twitter{background:url(images/twitter.png) no-repeat 0px 2px; padding-left:30px; float:right; margin-bottom:10px; clear:right;}Here are directions from the creator on how to change the logo:
You can find the logo at /wp-content/themes/qicktab/images/blog_title.png. The logo used in this demo is set in Qlassik, a free typeface. It is also a 8-bit transparent png, saved on a matte color of #178CB8. To replace the logo, simply replace the file. I’d you like to switch the logo with text, you can locate it under <div class=”header”> in index.php.I have no idea how to locate “/wp-content/themes/qicktab/images/blog_title.png” or what to do with “<div class=”header”>. Even though it all seems laid out for me, I can’t figure it out. I’m learning as I go, as I haven’t been formally trained in this area. I’d really appreciate any guidance. Thank you.
- The topic ‘Trouble Changing Header Text’ is closed to new replies.