Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #24246
    youngwings
    Member

    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.

    #24281
    Sakin
    Keymaster

    @youngwings: You can ad the following css in “Appearance => Theme Options => Custom CSS” box to hide the slider arrow.
    #slider-nav { display: none; }

    #25175
    youngwings
    Member

    Worked perfectly. Thank you!

    #36015
    Kim
    Participant

    This did not work for me. I have catch box pro. My website is hidemyage.com

    #36040
    Sakin
    Keymaster

    @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; }

    #77983
    tomoyoma
    Member

    hello!
    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—

    #78025
    Sakin
    Keymaster

    @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; }

    #78041
    tomoyoma
    Member

    Sakin! Thank you so much for such a quick response!
    CSS worked beautifully.
    Thank you—-!!!

    #78047
    Sakin
    Keymaster

    @tomoyoma: Thanks for your appreciation. Have a nice weekend 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Removing arrows when only using 1 image for Image Slider’ is closed to new replies.