Startpoint slider fix caption

Discussion in 'StartPoint Business One Page WordPress Theme' started by omnisax, Dec 3, 2015.

  1. omnisax

    omnisax New Member

    Joined:
    Feb 28, 2012
    Messages:
    3
    Likes Received:
    0
    Location:
    Italy
    Hi, is it possible to fix caption on home slider?
    I mean without animation.

    The problem is that I need the same caption on all slides but without animation when slide change.

    Thanks,
    Daniele
     
  2. priya

    priya Guest

    Hello Daniele,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .text-container { 
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page