• hello, i would like to know, how can i use a gradient Background, i tested in the admin-panel with:

    linear-gradient (to right, red, #f06d06 );
    or
    linear-gradient (to right, red, #f06d06 )

    and it does not work.
    i used a gradient 10px graphic instead..
    what about more complex background-colors, like rgba-gradient…etc?

    anyway, one of the best free sliders, very nice that this is open source… thanks, Gabriel

    https://wordpress.org/plugins/crelly-slider/

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

    (@fabiorino)

    Copy this to the slide Custom CSS textarea:
    background: -webkit-linear-gradient(right, red, #f06d06) !important;
    Save the settings and it will work once you refresh the page

Viewing 1 replies (of 1 total)

The topic ‘css3 gradient Background ?’ is closed to new replies.