Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Ben Casey

    (@casben79)

    Hi Doobie

    Adding the following CSS to your site either via the theme or a custom CSS plugin will remove the BG colour from the book.

    .tb_book .book_cover{ background:none; }

    Let me know if you need any more help.

    Cheers
    Ben

    Thread Starter doobie_shemer

    (@doobie_shemer)

    Hey Ben,
    Thanks a lot for prompt response – unfortunately it doesn’t solve it.
    I updated the CSS with: .tb_book .book_cover{ background:none; }
    see link: https://www.sproutedsoul.net/books/sprouted-soul-whole-souled-poems/
    Let me know,
    Cheers,
    Doobie

    Thread Starter doobie_shemer

    (@doobie_shemer)

    Ben???

    Plugin Contributor Kelli Standish

    (@shamarkaleo)

    Hi Doobie,
    Where did you make the change to your CSS?

    When I look at the code on your page, here’s what I see:

    .tb_book .book_cover {
        background: none repeat scroll 0 0 #f6f6f6;
        border-radius: 5px;
        float: left;
        margin-bottom: 20px;
        padding: 2%;
        width: 25%;
    }

    So there’s still a hex code specified there (#f6f6f6) that’s adding the color to the background.

    I hope this helps!

    Cheering you on,
    Kelli

    Thread Starter doobie_shemer

    (@doobie_shemer)

    Hi Kelli,

    I removed the code since it didn’t work.
    But… I just added it once again (using customer css plugin) and it now it does work.

    Thanks much,

    Plugin Contributor Kelli Standish

    (@shamarkaleo)

    Doobie,
    Huzzah! I’m so glad to hear you conquered it!

    Cheering you on,
    Kelli

    Thread Starter doobie_shemer

    (@doobie_shemer)

    Me too Kelli ??

    but – can you help me with another one? I am trying to remove the Find A Local Bookstore option from Buy Now window.

    Did the same. i.e. typed the css code: .tb_buynow_wrapper .find_retailer_section{ display:none } using the custom css plugin-in, but it doesn’t work.

    Cheers,
    ~Doobie

    Plugin Author Ben Casey

    (@casben79)

    Hi Doobie,

    Sorry i didn’t get a chance to reply earlier, 3 kids makes life a little hectic.

    try this to hide the local bookstore section:

    #tb_popup_wrapper .find_retailer_section {
        display: none!important;
    }

    Cheers
    Ben

    Thread Starter doobie_shemer

    (@doobie_shemer)

    Hi Ben,

    Works!
    God bless the kids ??

    Cheers,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sidebar background – transparent’ is closed to new replies.