View Full Version : Custom Header
dnwvictor
Oct-27-2008, 07:52 AM
I would like to have my custom header "Photography by Victor Dianow" only on my home page.
Can anybody help?
my Website http://www.victorview.com/
Thanks! Victor.
Barb
Oct-27-2008, 10:57 AM
I would like to have my custom header "Photography by Victor Dianow" only on my home page.
Can anybody help?
my Website http://www.victorview.com/
Thanks! Victor.
Hi :)
Look in your Custom Header box in your customization for this:
<h2>Photography by Victor Dianow</h2>
Change that to this:
<div id="my_header">Photography by Victor Dianow</div>
Then, add the following to your CSS box:
#my_header {display: none;}
.homepage #my_header {
display: block;
font-size: 18px;
color: #ffffff;
text-align: center;
}
You can adjust the size, etc., to what you want.
dnwvictor
Oct-27-2008, 12:21 PM
Thank You for quick response Barb.
However,is stil visible on about,ifo and guestbook pages.:scratch
How do I get rid of this?
Thanks again! Victor.
my Website http://www.victorview.com/
Barb
Oct-27-2008, 12:28 PM
Thank You for quick response Barb.
However,is stil visible on about,ifo and guestbook pages.:scratch
How do I get rid of this?
Thanks again! Victor.
my Website http://www.victorview.com/
Hi Victor,
You were missing an ending "}" in your CSS, which makes everything that falls after that not work properly. I added that for you. Should be fine now.
dnwvictor
Oct-27-2008, 12:59 PM
Hi Barb!
Can't tell you how much I appreciate your help.
CSS is not working,I can`t adjust colour,or fount size.
Header stil there.:scratch
Thanks again!Victor.
my Website http://www.victorview.com/
Barb
Oct-27-2008, 01:07 PM
Hi Barb!
Can't tell you how much I appreciate your help.
CSS is not working,I can`t adjust colour,or fount size.
Header stil there.:scratch
Thanks again!Victor.
my Website http://www.victorview.com/
Hi Victor,
I just fixed it again. Seems you may be overwriting my changes. Check now.
dnwvictor
Oct-27-2008, 01:13 PM
:ivar Works!
Victor.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.