Okay
  Public Ticket #358730
WP Signup form does not look right
Closed

Comments

  • Jonathan started the conversation

    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.

  •  8,441
    Tahir replied

    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 

  • Jonathan replied

    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;

    }

  •  8,441
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body.page-id-551{background-color:#fff !important;}
    Best,
    -T


    ThemeNectar Support Team 

  • Jonathan replied

    that worked thanks