I have uploaded only one pictures on the slider. Typically this removes all default pictures. However, for some reason a default images is still there for the second picture. It doesn't rotate, but if you click on the arrow, it is there. Does this mean I have to have two images at all times? http://cjlightworks.org/
Hello Crystal, In this theme we have used at least two images in slider so there are slider arrow displaying, you can hide that arrow by applying following CSS code in Custom CSS. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .tf_next, .tf_prev { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade