Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
Is it possible to show the arrows of the clients-carousel permanently instead of ‘on mouse hover’.
Thanks in advance.
Frank.
Hello,
To make the arrows always visible, not only on mouse hover, add this code to your custom CSS box:
.clients_el .pagination a {opacity: 1; }
To fix their position when they become always visible, you can also add this code to CSS box:
.clients_el .pagination a.prev { margin-left: -20px; } .clients_el .pagination a.next { margin-right: -20px; }
You can edit the margin values as you wish.
Let us know.
Best regards!
Hello,
I added !important
to the code above and now it’s ok. Please check your site.
Best regards!
Hello,
Great!
Quick reply, thanks a lot!!
Best regards, Frank.
You must be logged in to reply to this topic.