Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92237
    Hösli
    Participant

    Hi

    I am having another request. I only use one static featured image. The left and right arrow showing up when hovering over the image is disturbing and I would like to remove them or to make them invisible.
    Thank you and best regards
    Stefan

    #92247
    Mahesh
    Keymaster

    @stefanhoesli: Do you mean navigation arrows in Featured Slider? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

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

    Regards,
    Mahesh

    #92278
    Hösli
    Participant

    works perfect. Thank you Mahesh

    #92313
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove or make invisible left right navigation arrows on featured image’ is closed to new replies.