| |

Darkseeker
|
Does anyone know how to remove the WP Logo Header from mobile palette views? Chatbox header area too. ^^' Image for chat part, with two more questions.  Forgive the sloppiness, I am doing this in a moving vehicle. Does anyone know how to change the [X] and/or if it's possible to make the chatbox extend to fill the entire screen instead of leaving a blank spot on the side?Kháos said:
For mobile header: div.col-8 {content: url(link);} If you want it invisible I either make a transparent header or put the opacity to 0 For chat box button (and other pop up buttons) .btn-close { --bs-btn-close-color: (#hex); --bs-btn-close-bg: url(LINK);} Chatbox by default should cover the whole screen on mobile :0 Hope this helps
|
|
|
| |

Forum Moderator Lightbringer
|
It was helpful, thank you so much!!
|
|  |
|
| |

Forum Moderator Lightbringer
|
Does anyone know the code for changing the color of this "Choose File" button? I just need the checkbox now!  Manage Alliance page P.S. I think I have everything else covered, it's just those that I'm struggling with now. Unless the blue border when using the text areas can be removed. That would be awesome. I'll edit this if I figure them out before anyone answers, otherwise, thank you so much for any help! Edited at March 24, 2026 04:04 PM by Kháos
|
|  |
|
| |

Darkseeker
|
For the blue border when typing; .tox-edit-area::before { border: 2px solid #00ff00!important; }
changing the border size to 0px removed it for me, im sure theres a fancier way to do this but it works too lol
For the checkboxes, i was able to find this;
input{ accent-color: #00ff00; }
to change the color of the checkbox once the selection has been made
i cant find a way to change the actual background for the checkboxes though :c Edited at March 24, 2026 03:54 PM by snake
|
|  |
|
| |

Forum Moderator Lightbringer
|
Thank you so much!! Things I need help with now: Forum Textbox's Scrollbar. Forum highlighting color (when you select the text). All checkbox backgrounds before being selected.  I got it all figured out! Edited at March 25, 2026 12:34 PM by Kháos
|
|  |
|
| |

Forum Moderator Lightbringer
|
I return for a not-so-grayscale palette. Does anyone know the code to change this white border? :,)
|
|  |
|
| |

Darkseeker
|
anyone know how to change the font color of the buttons in the private mail screen? all of my other buttons have the correct font color except these. . was also wondering if anyone knows how to add a pagedoll, or an image under the alliance battles / challenges area. i have the code for the pagedoll but every time i use it it doesn't work and messes up the header image. Edited at May 16, 2026 04:43 PM by distant-lands
|
|
|
| |

Forum Moderator Lightbringer
|
Okay! The mailbox buttons are paired with the "wpbutton". If you want just the mailbox buttons, I don't know if this will break anything else but "input.wpbutton.wpbuttonsmall.text-vs { color: #HEX !important; }" should work. ^^ Correction~ I think you both probably have the same code for the pagedoll if you have the code for pagedolls. The pagedoll code they use overrides & removes the WP logo. Edited at May 16, 2026 04:59 PM by Kháos
|
|  |
|
| |

Darkseeker
|
Kháos said: Okay! The mailbox buttons are paired with the "wpbutton". If you want just the mailbox buttons, I don't know if this will break anything else but "input.wpbutton.wpbuttonsmall.text-vs { color: #HEX !important; }" should work. ^^ Correction~ I think you both probably have the same code for the pagedoll if you have the code for pagedolls. The pagedoll code they use overrides & removes the WP logo. thank you! i appreciate the help.
|
|
|
| |

Forum Moderator Lightbringer
|
Three posts in a day? What is this madness? I just realized that the following codes aren't in the guide and I would absolutely 100% love every single palette on WP if they have these lines added: .tab button.active { background-color:#HEX; font-family:FONT; color: #HEX; padding:8px 12px; } .tab button {
background-color:#HEX; font-family:FONT; color: #HEX; padding:8px 12px;} .tertiary button:hover {
background-color:#HEX; font-family:FONT; color: #HEX; border: 0px solid #000; } .tertiary button.active:hover {
background-color: #HEX !important; font-family: FONT; color: #HEX;
border: 0px solid #000;
} Visual  green -> .tab button & .tertiary light green -> .tertiary button:hover & .tertiary button.active:hover bright yellow -> .tab button.active *.tab button { background-color:#HEX; font-family:FONT; color: #HEX; padding:8px 12px;} is in the guide! But it needs to have the other codes with it so you don't get the super light yellow color that completely clashes with your gorgeous palettes. Edited at May 18, 2026 03:28 PM by Kháos
|
|  |
|