Change font in slideshow captions
-
Hello, I am trying to change the font that appears in the slideshow captions from courier new to something different. Gallery here:
https://www.littlebluedeerdesign.com/portfolio/I have tried a bunch of different CSS including the following, to no avail, any direction would be appreciated:
div#shTitle a {
font-family: Georgia;
font-color: #fff;
}#shName li a{
color:#000;
font-family:Georgia;
}.shName a{
color:#000;
font-family:Georgia;
}#shTitle a{
color:#000;
font-family:Georgia;
}
.shTitle a{
color:#000;
font-family:Georgia;
}#shTitle {
color:#000;
font-family:Georgia;
}#shDisplay
div#shTitle a {
font-family:”century gothic;
}
#shName {
color:#000;
}
- The topic ‘Change font in slideshow captions’ is closed to new replies.