This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hello How can I temporarily disable the revolution slider on my homepage. Basically not delete that existing slides but disable them from showing up for now. I just want everything else under the slider to only show up for now on my home page. Thanks
Hello,
You can add this code into custom.css file and then remove it when you don’t need it:
.page-heading-slider .wpb_revslider_element {
display: none;
}
Thank you.
Regards,
Eva Kemp.
This code didn’t work either. After adding it to custom.css file on the editor section in Appearance, it still showing the slider in the homepage. Can you please check for me?
Hello,
You didn’t rename default.custom.css to custom.css.
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Temporary Disable Slider’' has been successfully resolved, and the topic is now closed for further responses