How can I keep the Video Slider in the "Show" position? I guess it will not be a slider if I keep it open and maybe I need to change it to a regular module instead.
Hi
Thank you for feedback us
I'm sorry but I don't understand problem
You can describe the problem in more detail or send me one image of the problem via:
prnt.sc/
I will check it for you soon
Hello.. can you answer my question about the video slider. I want to use this as an open module, no slider. No toggle, no slider. keep open display. I created a custom module in the position. Thanks
Hi
Thank you for feedback us
I will show you how to customize it
in source code: .../templates/jux_petcare/local/css/template.css and add CSS
.video-slider .video-slider-inner {
display: block!important;
}
hope it will help you
Thanks