• Resolved zimtfuchsvivien

    (@zimtfuchsvivien)


    Hi,

    I got a problem on desktop computers only. We have a post slider in the header and the SA slider just below. On desktop computers there are two red bars on the slider in the header (it’s not a SA slider). I have no clue how to get rid of them but they only appear when I insert the SA slider. Hope you can help me.

    Best regards
    Vivien

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author simonpedge

    (@simonpedge)

    The Post Slider you are using is also built using Owl Carousel, as is my Slide Anything slider plugin. So what you are getting is a clash with the CSS styling between the 2 plugins.

    You may be able to fix the 2 red bars (which I assume are nav arrows) using the following CSS Style:

    #newsmag-homepage-slider .primary-slider .owl-carousel .owl-nav button.main-slider-previous {
    ...INSERT CSS STYLE HERE...
    }
    #newsmag-homepage-slider .primary-slider .owl-carousel .owl-nav button.main-slider-next {
    ...INSERT CSS STYLE HERE...
    }

    And use CSS “!important” tags

    Thread Starter zimtfuchsvivien

    (@zimtfuchsvivien)

    Yes, it worked. I set opacity at 0.
    Thanks for your help.

    Plugin Author simonpedge

    (@simonpedge)

    I’m glad you got it resolved 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Read bars above slider’ is closed to new replies.