[NODEBB] CSS Style Sheets SelectBox
-
@downpw Yes, I see it. On each CSS sheet you have, change
background-color: whitetobackground-color: transparent;on thebodytag and let me know if that fixes it. -
Ok I test that
-
@downpw On each
bodytag, changebackground-color: whitetobackground-color: transparent; -
nope doesnโt work
-
nope doesnโt work
@downpw Try
background-color: transparent !important; -
yes I have test that too

-
@downpw Odd. This is what I see.

Then, from your
bodyclass, I changebackground-color: whitetobackground-color: transparent;So the CSS now look like
body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 14px; line-height: 1.42857143; color: white; background-color: transparent; }And the image displays

-
how and where do you do that ?
-
@downpw By altering the CSS in the DOM directly. F12, then โinspectโ, select element, and change
This is what I see

Can you change the
background-color: white;ineva_00.csstobackground-color: transparent;and let me know when done ?Actually, you can probably remove it altogether ?
-
yes itโs that.
I must change on all CSS file -
@downpw Yep. Or, you can just remove that line in each file.
-
Ok great my Lord

-
-
@downpw Yes, youโll need to be more specific with the target so it doesnโt cause issues elsewhere.
-
havve you got an idea ?
.modal-body doesnโt work, tranparency is here
-
@downpw Yes, but letโs first fix the wallpapers

-
@downpw said in [NODEBB] CSS Style Sheets SelectBox:
.modal-body doesnโt work, tranparency is here
This should work
.modal-content { background: #fff; } -
Nope.

-
-
@phenomlab
That works Sir
Super hero you are^^
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better ๐
Register LoginDid this solution help you?
Related Topics
-
-
-
-
-
-
Bug Navbar CSS
Solved Customisation -
-
Customising NodeBB
Locked Customisation


