Hello, I have placed a video where the slider is. Occasionally the two slider holders will flash quickly and then disappear. How do I remove them completely from the theme design. Thanks
My site is not "live" on the internet yet. I'm using Xampp for Windows as a local host on my pc. Also, this did not start until recently and it doesn't happen every time. I simply want to get rid of the design element altogether. How do I do that? Thanks
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .next { background: none; } #slides .prev { background: none; }