Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi how can I keep the scroll buttons for the client widget permanently showing rather than only showing when you wave your mouse over the widget?
Hello,
We have responded you regarding this in this other topic of yours: https://support.codeless.co/?topic=client-widget-2
Best regards!
Hello,
Sorry, you are right. It was a speedy mistake.
Please add this code into your custom css box:
.clients_el .pagination a
{opacity: 1;}
.clients_el .pagination a.prev {
margin-left: -40px;
}
.clients_el .pagination a.next {
margin-right: -40px;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.