Okay
  Public Ticket #1423631
permanent carousel arrow
Closed

Comments

  •  1
    agentjulliard started the conversation

    wondering if the carousel arrow could show permanently?

  •  1,560
    Laborator replied

    Hi there,

    Through the theme options it is not possible, but if you add the following CSS to Custom CSS it will always show:

    .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow {
        visibility: visible;
        filter: alpha(opacity=1);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group