I would like to make the caption titles on my fullscreen slider non bold to match the style of the text on the rest of my site. Can you please provide me with some quick css to do this please? Thanks!
Hi djshortkut!
Please add following code to Quick CSS
div .slideshow_caption h2 {
font-weight: 300;
}
Regards,
Yigit
Thank you! You can close this thread.