|
Neutral
|
How do I change the white denpage tables? (Pack Bio, Familiars, Pack Stats ect.) And also basically every other table. xD Secondly, how do I remove the border that outlines all site contents? Or at least edit it to be tranparent. Edited at May 18, 2022 02:29 PM by British Empire
|
|
|
|
Darkseeker
|
British Empire said: How do I change the white denpage tables? (Pack Bio, Familiars, Pack Stats ect.) And also basically every other table. xD Secondly, how do I remove the border that outlines all site contents? Or at least edit it to be tranparent. table div:nth-child(1) {background-color: #HEX;} will change the white tables, but it also causes a few code breaks in the palette.
as for the banner and page borders just put border: none; in your code like
.mainscreen1 {background: transparent; border: none;}
.pgbg {background-color: #color; border: none;} Edited at May 18, 2022 07:50 PM by Eno
|
| |
|
|
Neutral
|
Eno said: British Empire said: How do I change the white denpage tables? (Pack Bio, Familiars, Pack Stats ect.) And also basically every other table. xD Secondly, how do I remove the border that outlines all site contents? Or at least edit it to be tranparent. table div:nth-child(1) {background-color: #HEX;} will change the white tables, but it also causes a few code breaks in the palette.
as for the banner and page borders just put border: none; in your code like
.mainscreen1 {background: transparent; border: none;}
.pgbg {background-color: #color; border: none;}
Thank you! <33
|
|
|
|
Game Moderator Darkseeker
|
Question to all those more proficient at this than I am: Is there a way to get rid of this border?
|
|
|
|
Neutral
|
adding border:0px!important; under .mainlineblack div.primary should get rid of it Vennenum said: Question to all those more proficient at this than I am: Is there a way to get rid of this border?
|
|
|
|
Game Moderator Darkseeker
|
Such a simple solution. It worked, thanks!
|
|
|
|
Neutral
|
how do i make the white box that has my pack info on the den page transparent? like under where it says info, how do i make that box transparent?
|
|
|
|
Game Moderator Darkseeker
|
Eno posted the solution a few posts above yours. However, I don't recommend fiddling with this until you've gotten the hang of CSS. Crowe said: how do i make the white box that has my pack info on the den page transparent? like under where it says info, how do i make that box transparent?
Edited at July 14, 2022 12:40 PM by Vennenum
|
|
|
|
Neutral
|
I went through the entire Custom Palette CSS styles topic, and found nothing on this. Please forgive me if it was already asked. How do I change these borders?
|
|
|
|
Darkseeker
|
I have a gap between my navbar box and drop down menu. I can't use my drop down menu because it disappears when I move the cursor to the circled area. I'm not sure how to fix this without deleting everything and starting again. Is it because its hidden behind the weather/mush/apple bar? https://postimg.cc/gallery/nBhcJkK
|
|
|