View Full Version : Changing gallery titles and descriptions
4artsake
Oct-27-2008, 12:48 PM
How do I change the fonts and font size of gallery titles and descriptions? I would like to change their colors too :dunno
Thanks,
Margaret
www.photorenderings.smugmug.com (http://www.photorenderings.smugmug.com)
Allen
Oct-27-2008, 12:53 PM
How do I change the fonts and font size of gallery titles and descriptions? I would like to change their colors too :dunno
Thanks,
Margaret
www.photorenderings.smugmug.com (http://www.photorenderings.smugmug.com)
Are you referring the the ones in a gallery or on the cat or sub-cat page?
4artsake
Oct-27-2008, 04:44 PM
I'm sorry Allen, on the cat and sub-cat page..I think. You know when you see the little gallery picture icon and there are two small areas to type a title and a very short description. I hope this helps :oogle . What I would like to change is on my "client gallery" page...the private galleries.
Thanks Again,
Margaret
www.photorenderings.smugmug.com (http://www.photorenderings.smugmug.com)
Allen
Oct-27-2008, 05:27 PM
I'm sorry Allen, on the cat and sub-cat page..I think. You know when you see the little gallery picture icon and there are two small areas to type a title and a very short description. I hope this helps :oogle . What I would like to change is on my "client gallery" page...the private galleries.
Thanks Again,
Margaret
www.photorenderings.smugmug.com (http://www.photorenderings.smugmug.com)
Try these in your CSS.
.albumTitle .nav {color: red !important;}
p.updated {color: yellow !important;}
4artsake
Oct-27-2008, 05:37 PM
Wonderful...it worked great...I still one more thing to do...how do I make the type smaller and not bold?
Allen
Oct-27-2008, 05:44 PM
Wonderful...it worked great...I still one more thing to do...how do I make the type smaller and not bold?
Try this. Last parameter removes the underline if you want to.
.albumTitle .nav {
color: red !important;
font-weight: normal !important;
font-size: 90% !important;
text-decoration: none !important;
}
If you want to remove the updated line replace the color with this.
p.updated {display: none;}
4artsake
Oct-27-2008, 06:09 PM
You are a sweetheart Allen...Thank you CSS Savior ;)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.