Home Forums Space themes support forum How to make product carousel arrows always visible?

How to make product carousel arrows always visible?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #458901

    spletster
    Participant

    Hi

    I would like to keep product carousel arrows always visable.
    Can you provide any (CSS) code snippet to do it?

    I’m using Tethys theme.

    #458925

    Luke Nielsen
    Keymaster

    Hello,

    At the moment, the arrows are visible: https://prnt.sc/kZCsFss88npU

    If I missed something, please send me a screenshot of the carousel that has hidden arrows.

    Kind Regards

    #458929

    spletster
    Participant

    Yes, but I would like to have them visable in “Sides” mode, like now is set in Testimonial section “Mnenja naših kupcev”.

    #459090

    Luke Nielsen
    Keymaster

    Hello,

    First of all, set the “Sides” style for them: https://monosnap.com/file/PJ1iPmCIQWFPeSOfkTceshnvsFQDez , and then paste the below code into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    .xts-arrows-design-default.xts-arrows-vpos-sides .xts-arrow-inner {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    Kind Regards

    #459283

    spletster
    Participant

    This is what we need it.
    Thanks!

    #459373

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome!

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to make product carousel arrows always visible?’ is closed to new replies.