<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Add a play button to lightbox video &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 15:36:33 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267274</guid>
					<title><![CDATA[Add a play button to lightbox video]]></title>
					<link>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267274</link>
					<pubDate>Wed, 06 May 2015 16:06:33 +0000</pubDate>
					<dc:creator>carbagby</dc:creator>

					<description>
						<![CDATA[
						<p>I am adding a video to my homepage that opens as a lightbox. From the static thumbnail, you can&#8217;t tell it&#8217;s a video to play so I want to add a hovering and responsive play button. I tried to add an icon, but that didn&#8217;t work. Any suggestions?? </p>
<p><img decoding="async" src="http://grab.by/H3xo" alt="need a play button" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267535</guid>
					<title><![CDATA[Reply To: Add a play button to lightbox video]]></title>
					<link>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267535</link>
					<pubDate>Wed, 06 May 2015 21:26:03 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267643</guid>
					<title><![CDATA[Reply To: Add a play button to lightbox video]]></title>
					<link>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267643</link>
					<pubDate>Wed, 06 May 2015 23:47:15 +0000</pubDate>
					<dc:creator>carbagby</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://52.5.44.33/wordpress" rel="nofollow">http://52.5.44.33/wordpress</a> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267644</guid>
					<title><![CDATA[Reply To: Add a play button to lightbox video]]></title>
					<link>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267644</link>
					<pubDate>Wed, 06 May 2015 23:50:13 +0000</pubDate>
					<dc:creator>carbagby</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://52.5.44.33/wordpress" rel="nofollow">http://52.5.44.33/wordpress</a> thank you!! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267797</guid>
					<title><![CDATA[Reply To: Add a play button to lightbox video]]></title>
					<link>https://theme.co/archive/forums/topic/add-a-play-button-to-lightbox-video/#post-267797</link>
					<pubDate>Thu, 07 May 2015 03:32:12 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this css at your child theme&#8217;s style.css (not customizer)</p>
<pre><code>a.x-video-icon {
position: relative;
}
a.x-video-icon:before {
content: &quot;\f01d&quot;;
position: absolute;
font-family: &quot;FontAwesome&quot;;
font-size: 150px;
top: 10%;
left: 38%;
color: rgba(255, 255, 255, 0.5);
}
a.x-video-icon:hover:before {
color: rgba(255, 255, 255, 1);
}
</code></pre>
<p>Then add <strong>x-video-icon</strong> at your image shortcode&#8217;s class attribute/option.</p>
<p>Eg. <code>[image class=&quot;x-video-icon&quot;]</code></p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

