Hi,
Really like this notebook theme
The ability to include a background image isn’t in the theme tweaks, so not possible?
Regards
Jon
Hi,
Really like this notebook theme
The ability to include a background image isn’t in the theme tweaks, so not possible?
Regards
Jon
It is thank you!
I found that replacing the online image address with the url of my local image also worked.
Many thanks
Jon
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