standart background color not showing in gridder
-
hey peeps,
i searched for it but didnt find anything. i have a website with a default background color of black. but the gridder still shows grey.
as my fonts are all white, its kind of annoying to grasp the basic text in the gridder. of course in the text entry field i can see better, but still very light.my interim solution is that i change the color only in the custom css...but i guess this is not really centralized way of doing it.
is there a trick to display the gridder with the standart background color of the website?thx in advance!
guys this has been the most time intensive (non webdesigner) but also most rewarding weeks! you give great support and functionality!!!! -
-
@leooo said in standart background color not showing in gridder:
guys this has been the most time intensive (non webdesigner) but also most rewarding weeks! you give great support and functionality!!!!
thanks a lot! thats a good idea and i wrote it down.
I didnt try it but maybe you can use this plugin:
https://wordpress.org/plugins/add-admin-css/and use this css for admin css:
#gridder-wrap{ background-color: black!important; }