Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106330
    Haruyuki
    Participant

    Hello,

    I have installed the Full Frame Pro theme and have been configuring it. I want to hide the two arrows on the slider. Is that possible? If so, how can I hide them? I am referring to the arrows that you can click to get the next/previous slide.

    Thanks,
    Yuki

    #106343
    Mahesh
    Participant

    @yuki12345: Yes, this is possible and can be done with Custom CSS. Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next {
        display: none;
    }

    Regards,
    Mahesh

    #106346
    Haruyuki
    Participant

    Thank you, Mahesh. With the CSS, I was able to hide the arrows.

    #106355
    Mahesh
    Participant

    @yuki12345: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full Frame Pro: Can we hide the arrows on the slider?’ is closed to new replies.