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
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.