Jump to content

Spoiler with Image?


Bracer50

Recommended Posts

Posted

That is not an out of the box capability, although you could probably edit the language strings for spoilers to use an image instead of the text 'Spoiler'. It may not look quite perfect without some further CSS adjustments, however.

Posted

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;
}
Posted

if u are admin (i hope) u can edit just one by html source editor and put in this a style='background...'

or make a custom id+css and use still by html source).

Archived

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

  • Recently Browsing   0 members

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