Nico's Notebook theme

Hi,

Really like this notebook theme

The ability to include a background image isn’t in the theme tweaks, so not possible?

Regards
Jon

Background image

Is this useful for you

1 Like

It is thank you!

I found that replacing the online image address with the url of my local image also worked.

Many thanks
Jon

1 Like

For any other noobs who may pass this way - here is another method:

.tc-body {
background: url(file:///C:/Users/imagefolder/image.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 80%;
}

Regards
Jon

2 Likes