2023-12-14, 01:36 PM
(This post was last modified: 2023-12-14, 01:37 PM by SaschaNes. Edited 1 time in total.)
(2023-08-31, 02:47 PM)Kevin Nord Wrote:(2023-08-25, 12:23 PM)AshipaEkO Wrote: You mean something like the attached image?
https://imgur.com/a/pinESli
Yes, brilliant! that is exactly what I am looking for
(2023-08-25, 12:23 PM)AshipaEkO Wrote: You can do that with this bit of CSS, but you will need to fix it. it puts the same logo on top of each library unfortunately, but since you know how to use CSS i'm sure you can fix it
I'm sorry if I've given the impression that I "know" CSS. Any custom CSS I used was either copy-pasted or hacked together based on examples I found elsewhere as I try to figure it out enough to get something working lol. Maybe I'll take another swing at it this weekend.
Hey I just solved it for me (Image is in root of web directory):
Code:
#loginPage {
.sectionTitle {
content: url(Nesflix.png) !important;
height: 280px;
}
}
Looks Like this: