<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Gallery Arrows</title>
		<link>http://www.themolitor.com/forums/topic/gallery-arrows</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Gallery Arrows</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 20:41:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/gallery-arrows" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Gallery Arrows"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-arrows#post-37912</link>
			<pubDate>Fri, 19 Feb 2016 10:48:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37912@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!
</p></description>
		</item>
		<item>
			<title>jzenman on "Gallery Arrows"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-arrows#post-37900</link>
			<pubDate>Fri, 19 Feb 2016 09:59:00 +0000</pubDate>
			<dc:creator>jzenman</dc:creator>
			<guid isPermaLink="false">37900@http://www.themolitor.com/forums/</guid>
			<description><p>Ok I tested this out and it works. It also seems to work instantly so the changes are made right after you enter the code in the Custom CSS box in Customize. </p>
<p>For anyone who wants to change the way the arrows look this is the code you need. </p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Gallery Arrows"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-arrows#post-37880</link>
			<pubDate>Thu, 18 Feb 2016 12:41:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37880@http://www.themolitor.com/forums/</guid>
			<description><p>I forgot about the extra markup for the inner span tag...</p>
<pre><code>.gallery-nav span::before,
.gallery-nav span::after {
    border-right: 2px solid #fff;
    content: &#34;&#34;;
    display: block;
    height: 27px;
    left: 0;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 0;
}
#nextImg span::after {
    margin-top: -1px;
    transform: rotate(45deg);
}
#nextImg span {
    opacity: 0.35;
    right: 40px;
    transition: opacity 0.3s linear 0s, right 0.3s linear 0s;
}
.gallery-nav span {
    height: 0;
    margin-top: -4px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 0;
}

#prevImg span::before {
    transform: rotate(-135deg);
}

#prevImg span::after {
    margin-top: -1px;
    transform: rotate(-45deg);
}

#prevImg span {
    left: 40px;
    opacity: 0.35;
    transition: opacity 0.3s linear 0s, left 0.3s linear 0s;
}</code></pre>
<p>You'll want to adjust the margins and border to adjust the size/position.</p>
<p>If you need additional help, I'll have to ask that you submit a reuest for custom services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>jzenman on "Gallery Arrows"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-arrows#post-37873</link>
			<pubDate>Thu, 18 Feb 2016 09:25:26 +0000</pubDate>
			<dc:creator>jzenman</dc:creator>
			<guid isPermaLink="false">37873@http://www.themolitor.com/forums/</guid>
			<description><p>Which ones should I change to make them thicker or larger? </p>
<p>Also I'm thinking I have to delete and re-upload my Gallery to get the arrows to change because WordPress doesn't seem to like to make changes to the Gallery without getting rid of the old one.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Gallery Arrows"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-arrows#post-37872</link>
			<pubDate>Thu, 18 Feb 2016 09:11:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37872@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The arrows are actually 100% CSS. No images. Here is the current styling...</p>
<pre><code>.gallery-nav {
    cursor: pointer;
    display: block;
    font-size: 40px;
    height: 60%;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 40%;
    z-index: 1;
}

#nextImg {
    right: 0;
}

#prevImg {
    left: 0;
}</code></pre>
<p>You can copy/paste that into the Custom CSS box on the Customize page and make edits there.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>jzenman on "Gallery Arrows"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-arrows#post-37866</link>
			<pubDate>Thu, 18 Feb 2016 08:37:59 +0000</pubDate>
			<dc:creator>jzenman</dc:creator>
			<guid isPermaLink="false">37866@http://www.themolitor.com/forums/</guid>
			<description><p>What folders do the Gallery arrows exist in this theme? They are images right? I've been looking around and I can't find them. I'd like to change the arrows a bit and make them brighter or stand out more. I can do this myself but I need to know where they are.
</p></description>
		</item>

	</channel>
</rss>
