-
AuthorPosts
-
March 8, 2016 at 5:03 pm #595061
hello, how to adjust the fade settings and font size of the easy slider?
March 8, 2016 at 5:07 pm #595063Hi 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,
YigitMarch 9, 2016 at 9:45 am #595411hello 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)March 9, 2016 at 10:08 am #595420Hey!
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 KashyapMarch 13, 2018 at 7:37 am #925904hi
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.March 13, 2018 at 7:49 am #925909Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
