Hi
I have text set, left framed. Am i able to change the background colour at all? If so…how? I note i can change font colour from the slider settings, but not sure where i can change the text box background colour.
thanks in advance.
Hey digitall,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
link posted in private content below
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.caption_framed .slideshow_caption .avia-caption-title {
background:red !important;
}
Regards,
Rikard
Great- thats worked a treat.
Is there any way of removing the animation of the captions and buttons? I just want them to be there on slide load (as opposed to transition in from left etc)
Hi,
Please add this in the Quick CSS field:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title, .avia_transform .av_slideshow_full .avia-caption-content, .avia_transform .av_slideshow_full .avia-caption-title, .avia_transform .av_fullscreen .avia-caption-content, .avia_transform .av_fullscreen .avia-caption-title, .avia_transform .avia-slideshow-button {
animation: none !important;
-webkit-animation: none !important;
visibility: visible !important;
}
Best regards,
Ismael