I recently purchased your Theta theme, after using it I realized there’s no way to remove the button from the slider. And I couldn’t find where to edit the setup of the slider. I also want to remove the dots below the slider that index each slide. It doesn’t seem like the slider was built on a plugin, but I also couldn’t figure out which php file it was built in. If you could give me some hints that would be great.
To remove the button from the slider and the dots below the slider, please copy and paste the following code into Appearance>Customize>Additional CSS box, and then click Publish on the top.
1
2
.ct_slider.btn{display:none;}
.ct_slider.carousel-indicators{display:none;}
To edit the setup of the slider, please go to Appearance>Customize>Homepage Settings>Slider settings.
Please let me know if you have any other questions with the theme.