Delete small window

Discussion in 'RoadFighter WordPress Theme' started by sociald, Aug 11, 2014.

  1. sociald

    sociald Guest

    Joined:
    Mar 20, 2014
    Messages:
    18
    Likes Received:
    1
    How to delete the small window that appears only in the first slider?
    thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    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;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page