View Full Version : How do i change font in my "Otherv Services" page
officialphotographer
Jun-12-2008, 12:55 PM
Hi guys,
I am having trouble changing my font in my "Other Services" page to match the font in my "Weddings" page. I have tried putting this into my CSS which seemed to work for the "Weddings" page but not the "Other Services" page.
.gallery_5151789_ZkmGd .caption {
font-weight: normal;
color: #000000;
font-family: Arial;
font-size: 14px;}
Any ideas?
denisegoldberg
Jun-12-2008, 01:29 PM
I am having trouble changing my font in my "Other Services" page to match the font in my "Weddings" page. I have tried putting this into my CSS which seemed to work for the "Weddings" page but not the "Other Services" page.
.gallery_5151789_ZkmGd .caption {
font-weight: normal;
color: #000000;
font-family: Arial;
font-size: 14px;}
The album key isn't used in CSS, only the album ID. Change it to this and you ahould be all set:
.gallery_5151789 .caption {
font-weight: normal;
color: #000000;
font-family: Arial;
font-size: 14px;
}
--- Denise
officialphotographer
Jun-12-2008, 01:39 PM
The album key isn't used in CSS, only the album ID. Change it to this and you ahould be all set:
.gallery_5151789 .caption {
font-weight: normal;
color: #000000;
font-family: Arial;
font-size: 14px;
}
--- Denise
Thanks Denise. I so thought i had already tried that with no success.
I think it worked because you wrote the code ..... not me
denisegoldberg
Jun-12-2008, 01:52 PM
Thanks Denise. I so thought i had already tried that with no success.
I think it worked because you wrote the code ..... not me
No, you wrote the code - I just removed the key!
--- Denise
officialphotographer
Jun-12-2008, 01:55 PM
No, you wrote the code - I just removed the key!
--- Denise
lol:clap
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.