Slide Image background

  • Unknown's avatar

    Hello,
    1. How I can remove the black background slideshow of images ?
    2. How I can put a link to the images in the slideshow ?

    the blog for which I need help is: spartners.me
    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, to remove the background and border from the slideshow, add the following to your custom CSS.

    .slideshow-window {
        background-color: rgba(0, 0, 0, 0) !important;
        border-color: rgba(0, 0, 0, 0) !important;
    }

    If your slideshow has already been inserted into a page or post, open that page or post in the editor, click on the slideshow and then click the edit button. Next, click on one of the images and at top right under “Gallery Settings” you will see Link To and a dropdown. Click on that and select Media File. Do that with each image in your slideshow and the make sure and click the update button to save your changes.

  • Unknown's avatar
  • Unknown's avatar
  • The topic ‘Slide Image background’ is closed to new replies.