hello, how to adjust the fade settings and font size of the easy slider?
Hi jelle!
Please add following code to Quick CSS in Enfodl theme options under General Styling tab
h2.avia-caption-title {
font-size: 20px;
}
.avia-caption-content p {
font-size: 14px;
}
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: rgba(0, 0, 0, 0.8);
}
0,0,0 is RGB value of the color and 0.8 is opacity level. Please adjust values as needed
Regards,
Yigit
hello yigit, that worked fine, thanks.
can i also adjust lets say: fading or sliding speed and font (verdana, arial, whatever)?
(i assume there might be a list with all of the parameters somewhere? a kinda ‘how to adjust’ list)
Hey!
To change the slider transition speed please edit js > shortcodes.js, find this code:
//transition speed when switching slide<br />
transitionSpeed:900,
Replace it with:
//transition speed when switching slide<br />
transitionSpeed:3000,
To change the font style
h2.avia-caption-title {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
Please check this link for more info about font family http://www.cssfontstack.com/arial
Regards,
Vinay Kashyap
hi
I have change the slider transition speed to 3000,
it’s look ok, but when last slider transite to first slider, the speed is still 900.
Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay