Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #643700

    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.

    #643882

    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

    #644428

    link posted in private content below

    #644600

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .caption_framed .slideshow_caption .avia-caption-title {
    background:red !important;
    }

    Regards,
    Rikard

    #646129

    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)

    #647764

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.