By Andrew Smith on Friday, 23 August 2024
Replies 2
Likes 0
Views 1.4K
Votes 0
With the standard Font Awesome icon for YouTube (which is the icon font source that Joomla uses), it's a play button which is in a single colour only and the triangle in the middle is actually transparent and you still can see through to the image underneath.

Is it possible to have something like a small white square behind it that is then covered over by the play button icon? It would mean that the triangle in the (YouTube icon) button is white instead of being transparent and this would be so much better.

This would be great if we could do that. Definitely worth the customisation.
You can use the following CSS style to fix it:

.intro-image .type-video .media-icon.fa.fa-play:after {
content: "";
position: absolute;
top: 7px;
left: 7px;
background: #fff;
height: 12px;
width: 20px;
}


We updated on your site.

Regards,
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
#28
Wow. This looks so good.

You guys at PixelDev are next level!
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
#33
View Full Post