I’d like to know how to speed up the slider and how to remove the info sections completely.
Thanks!
I’d like to know how to speed up the slider and how to remove the info sections completely.
Thanks!
Hello there,
I hope you are doing well today.
What are the specific info sections that you want to remove?
Could you please provide a link to your website so that I can inspect it?
Best Regards,
Support
The orange info sections just under the slider images.
http://fonimonishop.jpopeonjpop.com
Also, how can I remove the slider from appearing on every page of my shop?
Thanks
Hey there
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS
/*remove orange bar */
.main-slider-bar.hidden-xs {
display: none;
}
Best Regards,
Support
It worked. Thanks!
Any idea how to changing the slider image timing?
Thanks again.