View Full Version : How to add a ©credit on every page of my site?
lingreon
Jan-21-2010, 08:18 PM
Can someone help me on figuring out two things:
- how to add © credit line on the bottom of every page of my site -- in 9 pt 'sans serif' font.
-how to remove "the gallery page : 1" description on my about, contact, details pages : which are formatted in the JOURNAL (OLD) style sheet -
http://www.lgimphotography.com/Portfolio/Aboutme/10970899_iT8ov
http://www.lgimphotography.com/Portfolio/Details/10971185_dZ9ZT
http://www.lgimphotography.com/Portfolio/Contact/10971246_nScVj
Thanks for any help!!!
J Allen
Jan-22-2010, 12:15 AM
For your footer line, add this to your custom footer box:
<div id="my-footer">
© my photo's are really awesome
</div>
Then add this to your CSS box to style her:
#my-footer
{font-family:sans serif;font-size-adjust: 0.50;
text-align:center;color:#0BB5FF;}
To clean up your info pages, add this to your CSS:
/*==== Contact-Page ====*/
.gallery_10971246 #breadCrumbTrail,
.gallery_10971246 .play_slideshow,
.gallery_10971246 .share_button,
.gallery_10971246 #albumNav_top,
.gallery_10971246 #albumNav_bottom,
.gallery_10971246 .nophotos h3,
.gallery_10971246 .pageNav
{display:none;}
.gallery_10971246 .journal_entry
{border:none;}
/*==== About-Page ====*/
.gallery_10970899 #breadCrumbTrail,
.gallery_10970899 .play_slideshow,
.gallery_10970899 .share_button,
.gallery_10970899 #albumNav_top,
.gallery_10970899 #albumNav_bottom,
.gallery_10970899 .nophotos h3,
.gallery_10970899 .pageNav
{display:none;}
.gallery_10970899 .journal_entry
{border:none;}
/*==== Details-Page ====*/
.gallery_10971185 #breadCrumbTrail,
.gallery_10971185 .play_slideshow,
.gallery_10971185 .share_button,
.gallery_10971185 #albumNav_top,
.gallery_10971185 #albumNav_bottom,
.gallery_10971185 .nophotos h3,
.gallery_10971185 .pageNav
{display:none;}
.gallery_10971185 .journal_entry
{border:none;}
lingreon
Jan-22-2010, 11:37 AM
For your footer line, add this to your custom footer box:
<div id="my-footer">
© my photo's are really awesome
</div>
Then add this to your CSS box to style her:
#my-footer
{font-family:sans serif;font-size-adjust: 0.50;
text-align:center;color:#0BB5FF;}
To clean up your info pages, add this to your CSS:
/*==== Contact-Page ====*/
.gallery_10971246 #breadCrumbTrail,
.gallery_10971246 .play_slideshow,
.gallery_10971246 .share_button,
.gallery_10971246 #albumNav_top,
.gallery_10971246 #albumNav_bottom,
.gallery_10971246 .nophotos h3,
.gallery_10971246 .pageNav
{display:none;}
.gallery_10971246 .journal_entry
{border:none;}
/*==== About-Page ====*/
.gallery_10970899 #breadCrumbTrail,
.gallery_10970899 .play_slideshow,
.gallery_10970899 .share_button,
.gallery_10970899 #albumNav_top,
.gallery_10970899 #albumNav_bottom,
.gallery_10970899 .nophotos h3,
.gallery_10970899 .pageNav
{display:none;}
.gallery_10970899 .journal_entry
{border:none;}
/*==== Details-Page ====*/
.gallery_10971185 #breadCrumbTrail,
.gallery_10971185 .play_slideshow,
.gallery_10971185 .share_button,
.gallery_10971185 #albumNav_top,
.gallery_10971185 #albumNav_bottom,
.gallery_10971185 .nophotos h3,
.gallery_10971185 .pageNav
{display:none;}
.gallery_10971185 .journal_entry
{border:none;}
Joe,
Thank you thank you thank you! worked perfectly.
:barb
magicflyer
Jan-25-2010, 06:34 AM
Help... I did this (at least the my-footer part) and the footer shows up great on my front page, but does not show up on my contact and about pages.
Thanks in advance!!
J Allen
Jan-25-2010, 08:07 AM
Help... I did this (at least the my-footer part) and the footer shows up great on my front page, but does not show up on my contact and about pages.
Thanks in advance!!
Looks like you figured this out.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.