Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3383149
Penci Advanced Carousel
Closed

Comments

  • Flavio started the conversation

    Hello

    I'm using the Penci Advanced Carousel . But when activating the next/prev buttons they are only visible with mouse hover. This is especially bad for mobile as the user might not realize it's a slide until they tap and hold the image. How can I make these buttons active and visible at all times?

    Thanks

  •  2,485
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-slick-carousel .slick-arrow,
    .penci-owl-carousel .owl-nav .owl-prev,
    .penci-owl-carousel .owl-nav .owl-next {
        opacity: 1;
    }

    Regards,
    PenciDesign.



  • Flavio replied

    Thank you very much for the solution and congratulations on the speed of the response. Surprising