Jump to content

Spoiler with Image?


Bracer50

Recommended Posts

If u want for all spoiler u can edit css (or make a custom rule in custom css) to style ipsSpoiler_header:

<div class="ipsSpoiler_header">
<span>Spoiler</span>
</div>

 

eg, something like this:

.ipsSpoiler_header {
  	/* set image */
    background: rgba(, , , 1) url("http(s)://miwebsite.**//myimage.jpg") no-repeat fixed center center !important;
  	/* text as transparent */
  	color: transparent;
}
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...