Try this:
/* Change Titles font-size & family */
.carousel-caption h1 {
font-size: 2em;
font-family: Garamond;
}
.carousel-caption p {
font-size: 2em;
font-family: Garamond;
}
.carousel-caption .btn {
font-size: 2em;
font-family: Garamond;
}
Change the 2em to what you need, can be same for all 3 parts or not.
Thanks alot, that helped!
rdellconsulting,
Thanks for all your support in the Customizr theme. It is truly awesome and you are one of the best in helping us newbies figure this “CSS” stuff out. Since stumbling onto the Customizr, I’ve relaunched my blog (michaelhartmann.us) with its enhanced theme. . . lots of fun to say the least.
I changed my slider font using the 3-part command you listed above. Thank you!
Question: What’s the difference between the “hl” “p” & “btn” designators in the .carousel-caption line?
Also, is there a way to italicize the slider font?
Thanks Michael.
If you open the CSS Glossary, you’ll see it explained. Select ‘Slider-Carousel’.
To italicise, pick the correct Selector from the Glossary and add:
font-style: italic;
See here