• Resolved realtek3546

    (@realtek3546)


    Hello! How can I make only one slide in the slider? The second one must be deleted forever. I rummaged all the topics and found no effective answer. Thank you in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author themevision

    (@themevision)

    Hello,@realtek3546!

    Yoy can put the same image in both sliders if you want…

    Regards

    Thread Starter realtek3546

    (@realtek3546)

    I understand it. Is there a way to remove it altogether?

    Theme Author themevision

    (@themevision)

    Hi,

    Of course, there is a way,
    but this includes modifying theme system files,
    and you should use Child-theme for that, to avoid getting back to the old after you update the theme. So I think the first way is simpler. If you do not want the slider loader and navigation arrows on the slider, you can turn them off using the Custom CSS code.

    Regards

    Thread Starter realtek3546

    (@realtek3546)

    Thank!

    Theme Author themevision

    (@themevision)

    Hi,

    If you choose to disable loader and Arrows, enter the following code in
    Customize->General->Additional CSS:

    code:

    .camera_prev, .camera_next, .camera_bar_cont{
        display:none;
    }

    Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘One slider’ is closed to new replies.