• Resolved janinartstudio

    (@janinartstudio)


    Can I make polaroid galelry description section transparent? I have svg background on the page so it’s need to be visitble.

Viewing 1 replies (of 1 total)
  • Plugin Author robosoft

    (@robosoft)

    Absolutely, you can make the description section of your Polaroid gallery transparent to ensure your SVG background on the page remains visible. To do this, you can modify the CSS styles for the specific element you mentioned, which is “rbs-img-content.”

    Here’s how you can achieve a transparent description section using CSS:

    .rbs-img-content {

        background-color: transparent;

    }

    By applying this CSS style, you’ll set the background color of the “rbs-img-content” element to be transparent, allowing your SVG background to show through. This should give you the desired effect of a see-through description section in your Polaroid gallery.

    If you encounter any further questions or need additional assistance with this customization or any other aspect, please feel free to ask. We’re here to help you achieve your desired design for your website.

Viewing 1 replies (of 1 total)
  • The topic ‘Transporant polaroid description section’ is closed to new replies.