• Closed
  • Jan Stubelt
    Spectator
    September 18, 2015 at 10:54 pm #20777

    Hi,

    I need to know which css line to alter to make the top title color background translucent. I have been able to make the animated background translucent but it changes to opaque when the animation finishes.

    Thanks in advance.

    -Jan

    Jan Stubelt
    Spectator
    Posts: 5
    September 18, 2015 at 11:53 pm #20778

    Also, the speed of the slider is much too fast. I see no settings and can’t find the code for this. I would like to slow it to 7000… You can barely read the text and it isn’t pausing when rolled over…

    Denzel Chia
    Moderator
    Posts: 2656
    September 19, 2015 at 7:41 am #20785

    Hi,

    The speed of slider is found in Theme Options -> Elastic Slider -> Slideshow Interval

    Please use the following code for Elastic slider title transparent background.

    .ei-title h2 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    }

    Thanks!