Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160246
    Glen Pavelich
    Participant

    I am using the feature slider for the banner image only. I wish to remove the previous and next buttons, but can’t seem to make them disappear for all devices for both hoover and still. They appear again at about size 1440 so I have added one media query …see below…. but you can likely help me do this much easier as they are still not completely disappearing.

    Also the red dot remains in the middle of small screens and I need to get rid of that too.

    Go to media screen size 1024 for this site. You will see them there. https://www.lowdermilktransport.ca/

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

    @media only screen and (max-width: 1440px)
    {#feature-slider:hover .cycle-next {
    display: none;
    }
    #feature-slider:hover .cycle-prev {
    display: none;
    }

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

    #160283
    sapana
    Participant

    @fireflywebs: Can you please remove all the code you have added for featured slider.
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .cycle-pager{
    display: none;
    }
    .cycly-prev{
    display:none !important;
    }
    .cycle-next{
    display: none! important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #160355
    Glen Pavelich
    Participant

    Thank you. A couple of typos in the code, but when corrected it works. Thanks.
    🙂

    #160365
    sapana
    Participant

    @fireflywebs:Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Feature Slider Previous and Next buttons’ is closed to new replies.