Content Slider navigation buttons and bullet visibility
Author: Peter J.
Visited 530,
Followers 1,
Shared 0
I am using the Content Slider object in my website but have had feedback that visitors didn't realise it was a slider and so missed a lot of content.
The problem comes from the fact that navigation buttons and bullets are only visible on mouse-over.
I would like the navigation buttons and bullets to be permanently visible but I can't find a way to do it.
Any ideas?
Posted on the
(It > En) ... if you can't do it with the Program options, then you can do it with my simple and immediate EXTRA code:
<style>
.arrow-btn .a, .arrow-btn .b, .current-slide-radio-visible {visibility:visible !important }
</style>
... you have to paste the code in the Properties of the Page, in this section:
>> Step 3 - Map > The 'Page Properties' window > Options in the Expert section | ▪Custom Code: > 3^(third) option > Before closing the HEAD tag
ciao
.
.
Author
That works perfectly. Thanks