Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter mnc

    (@mnc)

    Thanks for the reply, I am using Spoiler Style 2, example:
    [spoiler title=”Spoiler title” open=”0″ style=”2″]Hidden content[/spoiler]

    I see where it says CSS Shortcodes Ultimate stylesheet

    Here’s my page I am testing with:

    http://morganicmassageandwellness.com/test

    I want to bubble to be #6FC0D6 and the text can stay black.

    But which do I change to take the Spoiler title bubble to another color?

    .su-spoiler-style-2 > .su-spoiler-title {
    padding: 10px 10px 10px 40px;
    background: #f0f0f0 12px 8px url(../images/spoiler-style-2.png) no-repeat;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    }
    .su-spoiler-style-2.su-spoiler-open > .su-spoiler-title {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0 12px -92px url(../images/spoiler-style-2.png) no-repeat;
    }
    .su-spoiler-style-2 .su-spoiler-content {
    padding: 1em;
    display: none;

Viewing 1 replies (of 1 total)