Support » Theme: Fruitful » Transparent slider

  • Resolved kwiecu

    (@kwiecu)


    Is there any quick way to make the slider transparent and upload as slides plain text which wouldn’t be stretched/cropped?

Viewing 1 replies (of 1 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    it’s possible to change only via custom code. You can add this lines to appearance > theme options > Custom CSS

    .flexslider {
    background: transparent;
    background-color: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Transparent slider’ is closed to new replies.