For you? Support Forum
Ensure your website's success with support from experts
Access now
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.
0
Votes
Undo
  Subscribe
1 year ago
·
#28
Accepted Answer
0
Votes
Undo
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
·
#28
Accepted Answer
0
Votes
Undo
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
·
#33
0
Votes
Undo
Wow. This looks so good.

You guys at PixelDev are next level!
  • Page :
  • 1
There are no replies made for this post yet.
Submit Your Response
Cron Job Starts