Tagged: image slider
- This topic has 8 replies, 4 voices, and was last updated 9 years, 1 month ago by Sakin.
-
AuthorPosts
-
April 5, 2014 at 1:25 am #24246youngwingsMember
Website: http://carmenamato.net
I am only using one image for the Image slider. The arrows still show as if there is another slide to click on. Was wondering if there was a way to remove the arrows. Thanks for all the help.
April 5, 2014 at 2:39 pm #24281SakinKeymaster@youngwings: You can ad the following css in “Appearance => Theme Options => Custom CSS” box to hide the slider arrow.
#slider-nav { display: none; }
April 12, 2014 at 12:20 am #25175youngwingsMemberWorked perfectly. Thank you!
June 24, 2014 at 2:04 am #36015KimParticipantThis did not work for me. I have catch box pro. My website is hidemyage.com
June 24, 2014 at 9:33 am #36040SakinKeymaster@Kim: It’s not working for you as you are in Catch Everest Support forum and trying to implement the css code of Catch Everest theme.
From next time, please use Catch Box Pro support forum
For Catch Box Pro theme, you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
#content nav { display: none; }
October 17, 2015 at 7:20 am #77983tomoyomaMemberhello!
suddenly I started to get this left and right slider arrows on my home page, which I do not want. I tried the above edits in the Custom CSS, but does not work.
URL: http://canofgoodgoodies.com/any help would be great! thank you—
October 18, 2015 at 12:22 am #78025SakinKeymaster@tomoyoma: I see that you have no featured slider but slider is still on. So, if you don’t need slider then go to “Appearance => Theme Options => Featured Post Slider” and heck in. Otherwise, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#slider { display: none; }
October 18, 2015 at 2:30 am #78041tomoyomaMemberSakin! Thank you so much for such a quick response!
CSS worked beautifully.
Thank you—-!!!October 18, 2015 at 7:26 am #78047 -
AuthorPosts
- The topic ‘Removing arrows when only using 1 image for Image Slider’ is closed to new replies.