Static text on slider

Discussion in 'Compass WordPress Theme' started by hheijnis, May 27, 2015.

Thread Status:
Not open for further replies.
  1. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Is it possible to have the text on the slider appear at the same time as the slider itself? So that it is static text and nog flying in from the left.

    Thank you!

    Heleen
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
     .salesdetails{
      webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none;
      }
    Hope that will solve your issue.
     
  3. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Thank you, this works perfectly!
     
Thread Status:
Not open for further replies.

Share This Page