VidPlay - The PlayTube Theme Changes so that the X icon appears instead of the Twitter icon Folder vidplay/layout I changed line 5 in the container.html file to: and line 35 to: Folder vidplay/layout/watch I changed lines 1078-1088 in the container.html file to:
Folder vidplay/layout/watch I changed lines 563-573 in the movie.html file to: Folder vidplay/css I added the following 4 lines in the file style.css, after line 189: .share-video .fa-vk { background: #43638a; } .share-video .fa-whatsapp { background: #44C052; } .share-video .fa-telegram { background: #289FD9; } .share-video .fa-x-twitter { background: #2a2a2a; } and after line 437 the following line was inserted: .read-article-container .read-article-share .btn.x {background-color: #2a2a2a;} Folder vidplay/layout/articles I changed lines 30 and 31 in the read.html file: