I am setting up a multisite with a signup and when i go to the signup page with is created by wordpress not me the css looks all messed up with a dark backgound. Is this something that can be fixed in the theme or is it somewhere else. Would apprecate someone looking at the page and giving me their thoughts.
I am setting up a multisite with a signup and when i go to the signup page with is created by wordpress not me the css looks all messed up with a dark backgound. Is this something that can be fixed in the theme or is it somewhere else. Would apprecate someone looking at the page and giving me their thoughts.
Hey!
The styles are coming in through the theme. Let me know what changes you need so i can write up some custom css .
Thanks
ThemeNectar Support Team
looks like its here
background-color: #1C1C1C; if i uncheck that it goes to a white like the rest of the theme
/*-------------------------------------------------------------------------*/
/*2. Globally Applied Styles
/*-------------------------------------------------------------------------*/
body {
font-size: 12px;
-webkit-font-smoothing: antialiased;
font-family: 'OpenSansRegular';
background-color: #1C1C1C;
line-height: 22px;
}
Hey Again!
ThemeNectar Support Team
that worked thanks