Animated gif instead of slider

Discussion in 'Black Horse WordPress Theme' started by weejack, Feb 29, 2016.

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

    weejack New Member

    Joined:
    Mar 5, 2014
    Messages:
    4
    Likes Received:
    0
    Hi there,

    Loving the theme

    Is it possible to have an animated gif on the homepage instead of the slider ?

    Thanks a lot

    Jack
     
  2. weejack

    weejack New Member

    Joined:
    Mar 5, 2014
    Messages:
    4
    Likes Received:
    0
    It's ok - I've found a solution but I don't know how to remove the homepage area that says "showcase your multiple images" which is still showing across the animated gif - the site is ponypal.co.uk
     
  3. nitin

    nitin Guest

    Hi Jack,

    Greetings from InkThemes,

    To remove the concerned section, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flex-caption-wrapper {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  4. weejack

    weejack New Member

    Joined:
    Mar 5, 2014
    Messages:
    4
    Likes Received:
    0
    Thanks Nitin - problem solved
     
Thread Status:
Not open for further replies.

Share This Page