Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
How do i change the font style of the caption and width of the frame in which the caption is written in the fullwidth easy slider? The fullwidth slider is in the top of the page in the link attached
Hi potentialindia!
Add this to your custom CSS.
.slideshow_caption { width: 80% !important; }
.slideshow_caption h2 { font-family: verdana !important; }
Cheers!
Elliott