Menubar image Day mode:
.th-navbar.pure-g{
background:url(%%YOUR_UPLOADED_IMAGE_NAME%%);
}
Menubar image Dark mode:
body.dark .th-navbar.pure-g{
background:url(%%YOUR_UPLOADED_IMAGE_NAME%%);
}
Sidebar image Day mode:
.pure-u-1 .sbimg {
height: 200px;
background: url(%%YOUR_UPLOADED_IMAGE_NAME%%) no-repeat center/contain;
}
Sidebar image Dark mode:
body.dark .pure-u-1 .sbimg {
height: 200px;
background: url(%%YOUR_UPLOADED_IMAGE_NAME%%) no-repeat center/contain;
}
Okay, I'll play with these and see what I can work with. Thank you!
When trying to add https://pic8.co/sh/3LGJ2h.png to /s/ModAbuse, it says:
URLs not allowed, uploaded files only.
In your sub's custom stylesheet at the bottom, you can upload images and use the example tag to add them in the css.
“413 Request entity too large”, despite the PNG file is only only 1.1 MB big (under 2MB).
(post is archived)