Removing floating play button

Discussion in 'VideoCraft WordPress Theme' started by shanbeast, Jun 28, 2014.

  1. shanbeast

    shanbeast Member

    Joined:
    Jun 13, 2014
    Messages:
    31
    Likes Received:
    0
    Hello, is there a way to remove the floating play effect on the videos ? When you hover over a thumbnail, the play button will float in from the side, I would like to remove this
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .content ul.fthumbnail li span.videobox {
    background: none;
    }
    .content ul.fthumbnail li span.videobox:hover {
    background: none;
    }
     
    This will solve your issue.
     

Share This Page