Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello,
how can I slow the slide time?
Its to fast… :)
Cheers
Hello,
Please refer to this article. Let us know if you need help.
Best regards!
Hey, thank you very much.
I get it to work and I set the opacity to 1.
.testimonial_carousel_element .pagination a { opacity: initial !important; }
But how can I remove this ugly hover?
Hello,
Please add this code into your custom css box:
.testimonial_carousel_element:hover .pagination a.prev{
left:0px !important;
}
.testimonial_carousel_element:hover .pagination a.next{
right:0px !important;
}
Let us know.
Best regards!
Hey, with this code the button doesn’t work as excepted.
Please check this out (I removed the code because so its unuseable please check this on your developing area)
Hello,
The buttons do work, you just have to point a bit in the edges. However, please try this code:
.testimonial_carousel_element:hover .pagination a.prev{
left:0px !important;
}
.testimonial_carousel_element:hover .pagination a.next{
right:0px !important;
}
.testimonial_carousel_element .pagination a {
position: fixed !important;
margin-left: 200px !important;
margin-right: 200px !important;
}
If still no luck, please send me you credentials so i can do it for you. I can not log in with the previous ones.
Best regards!
You must be logged in to reply to this topic.