header

Collapse

Replace Default Gray icon Video Play button with YouTube icon using CSS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Go to Thank You danielmorashov
    Junior Member
    ❤️
    • 02.2021
    • 20
    • 21
    • 36

    Font Size
    #1

    Replace Default Gray icon Video Play button with YouTube icon using CSS

    Go to Thank You
    Click image for larger version  Name:	image_682.png Views:	78 Size:	10.4 KB ID:	2305
    add this to css_additional.css
    Code:
    /*--START Replace Default Gray Video Play button with YouTube-like icon --*/
    .videothumbnail .videothumbnailoverlay {
    width: 50px;
    height: 36px;
    border-radius: 13px;
    border: solid 1px #f00;
    background-image: none;
    background-color: #f00;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    margin-top: -18px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    }
    
    .videothumbnailoverlay:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 11px;
    height: 0;
    width: 0;
    border-top: solid 6px transparent;
    border-left: solid 5px #333;
    border-bottom: solid 8px transparent;
    border-left: solid 14px #fff;
    }
    
    .videothumbnail .videothumbnailoverlay:hover,
    .videothumbnail:hover .videothumbnailoverlay {
    background-image: none;
    border-color: #e60000;
    background-color: #e60000;
    }
    /*--END Replace Default Gray Video Play button with YouTube-like icon --*/
    enjoy!
    Credit to glennrocksvb from https://vbmods.rocks/forum/vbulletin...using-pure-cssGo to Top of Post
    Last edited by danielmorashov; 21.03.22, 14:11.
    visit my site :
    UNK - Content Channel Community
    Similar Threads
  • Go to Thank You yilmaz
    Administrator

    ❤️❤️❤️❤️❤️❤️❤️
    • 12.2020
    • 783
    • 5.7.1
    • 514
    • 250

    Font Size
    #2
    Go to Thank You
    It worked perfectly. Thanks. 👏👍
    Attached Files
    Go to Top of Post

    Comment

    X

    Thread Information

    Collapse

    Users Browsing this Thread

    There are currently 2 users browsing this thread. (0 members and 2 guests)

      Those who read this thread

      Collapse

      widgetinstance 297 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎

      AdBlock Detected

      Please Disable Adblock

      Please consider supporting us by disabling the ad blocker.

      I've Disabled AdBlock
      Home