Forum Replies Created

Viewing 1 replies (of 1 total)
  • I’ve just spent the best part of an hour fiddling with the Stargazer editor… to resolve the question I think we’ve been looking for.

    Ultimately a result leaving a transparent body to reveal the background image below.

    paste the below text into your Custom CSS Panel and the white body background will be gone. if this is what you’ve been after.

    #main {
    background-color: transparent;
    }

    /* ====== background: #FFF ====== */

    html,
    #container > .wrap,
    #reply-title small a,
    .whistles-tabs .whistles-tabs-nav li[aria-selected=”true”] a {
    background: transparent;

Viewing 1 replies (of 1 total)