• Hello, I have a few question about the sliders.

    Now my selection buttons (prev, next, selection bubbles) are now only visible when i hover over the slide. otherwise it dissapears. I wish It would show all the time.

    Next problem, I have an image and some text in the slide. I set the text index to 200 and still can’t mark it with the mouse. How I can solve that?

Viewing 1 replies (of 1 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    To have the controls and the navigation buttons permanently visible, copy this snippet anywhere in your theme’s style.css (or your theme’s custom css text area).

    .crellyslider > .cs-controls,
    .crellyslider > .cs-navigation {
    	opacity: 1;
    }

    For the second problem, try to set the z-index of the layer to 99999, some developers set 999 as a “standard” for items that must stay visible.

Viewing 1 replies (of 1 total)
  • The topic ‘how to make Selectors always visible and can’t select text’ is closed to new replies.