Sidebar background – transparent
-
Hi,
How can I change the sidebar’s background to from white (default?) to transparent?
See link: http://www.sproutedsoul.net/books/sprouted-soul-whole-souled-poems/Thanks,
-
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
BenHey 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: http://www.sproutedsoul.net/books/sprouted-soul-whole-souled-poems/
Let me know,
Cheers,
DoobieBen???
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,
KelliHi 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,
Doobie,
Huzzah! I’m so glad to hear you conquered it!Cheering you on,
KelliMe 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,
~DoobieHi 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
BenHi Ben,
Works!
God bless the kids 🙂Cheers,
The topic ‘Sidebar background – transparent’ is closed to new replies.