removing all backgrounds

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

removing all backgrounds

Tristan
hi all... is there a way to either

1) remove all background images and colors so it just shows my website background?

2) set all the backgrounds to be the same color?

3) set one background image to repeat?
Reply | Threaded
Open this post in threaded view
|

Re: removing all backgrounds

Oli-3
hey,

although i'm totally with you on this one, i gotta disappoint you. hugo quite unambiguously negates this option here 

if this option were considered for implementation, i'd be strongly in favor!
Reply | Threaded
Open this post in threaded view
|

Re: removing all backgrounds

Hugo <Nabble>
You can try the code below in the "Options > Editor > Change appearance" page:
body, .nabble, .nabble .no-bg-color {
    background-color: transparent;
}