You gave me some css to make the slider wider - thanks, I have done that. However it has a dark line around the original size of what the slider was. Any idea how to remove? Thanks again
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flexslider .slides .imgmedia span.slider-shadow { background: none; } Thanks & Regards Nitesh Raghuwanshi
Hello Nitesh Thanks for your help - I still have a dark line at the top of the image - it starts at the top left and finishes where the old slider size used to end. Hope you can help, Thanks
It seems to be a file called overlay1.png? I need to get rid of that code, just not quite sure how, thanks
Hello, Yes you found correct file. Code above is to remove this file. Try same code with important. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flexslider .slides .imgmedia span.slider-shadow { background: none!important; } It will work. If not then please share your website link. Thanks & Regards Nitesh Raghuwanshi