FgsuportPowered by ForumotionLog in
Breaking News
test

Share

descriptionhow to change the background  Emptyhow to change the background

more_horiz
https://prnt.sc/pkdFXpcMkuiY how to change the background back and change the font to white?

descriptionhow to change the background  EmptyRe: how to change the background

more_horiz
wizard king wrote:
https://prnt.sc/pkdFXpcMkuiY  how to change the background back and change the font to white?

Hello,

if you are referring to the text called username:

Code:

.ipbform fieldset legend {
    color: #000;
}


For the memberlist page:

Code:

.member {
    background-color: #000;
    border: 1px solid #111;
}

- in any case if none of the codes are working, you should try from the colors tab and detect the original colors!

P.S: if you wanna change the borderwrap also, then add this code:

Code:

div.borderwrap, .borderwrapm {
    border: 1px solid #333;
    background-color: #000;
}

And change the above up code (the first one), with this one instead:

Code:

.ipbform fieldset legend {
    color: #fff;
}

Final result: https://prnt.sc/NrZw5jH3C6aI

Last edited by Admin on 6th April 2024, 1:42 am; edited 2 times in total (Reason for editing : missing code tag)

descriptionhow to change the background  EmptyRe: how to change the background

more_horiz
Hello @wizard king,

is your issue solved? or do you need to add more details? Very Happy

descriptionhow to change the background  EmptyRe: how to change the background

more_horiz
Permissions in this forum:
You cannot reply to topics in this forum