- This topic has 3 replies, 2 voices, and was last updated 9 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Make Template 9 lightbox/slideshow controls always visible, not just on hover?
Hi,
How can I make the Template 9 lightbox/slideshow controls be always visible, and not just visible on hover?
Thanks.
It may be possible – I’m not sure. I will need to investigate further and get back to you.
Hi again,
You can achieve what you want via custom CSS.
Do the following:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.fancybox-nav span {
visibility: visible !important;
}
Thank you. That’s exactly what I needed!