I Need Remove YouTube Descriptions Pls

Marc

Active Member
@appyet In the YouTube module, it would be possible to press the video the video list, will automatically open in the YouTube application?
 

joseph raphael

Well-Known Member
By adding this CSS code to the youtube

Enter this code to the Extra Header box in the youTube module feed settings:

Code:
<style type="text/css">
p:first-of-type {visibility:visible !important;}
p:nth-of-type(2) {visibility:visible !important;width:300px;}
a > img.appyet_youtubeimg {visibility:visible !important; width:150px;}
p {visibility:hidden;}
</style>
 

UnderNight

New Member
By adding this CSS code to the youtube


Enter this code to the Extra Header box in the youTube module feed settings:

Code:
<style type="text/css">
p:first-of-type {visibility:visible !important;}
p:nth-of-type(2) {visibility:visible !important;width:300px;}
a > img.appyet_youtubeimg {visibility:visible !important; width:150px;}
p {visibility:hidden;}
</style>
I love you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Top