Registration form background colour

  • skytech
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 5 months ago #40431 by skytech
Please visit www.mesauam.com , the registration page background colour is white. please how can i change it to enable the write ups show.

thank you

Please Log in to join the conversation.

More
10 years 5 months ago #40437 by ivan.milic
Add this to template_css.css:

.registration label{
color:black!important;
}

Please Log in to join the conversation.

  • skytech
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 5 months ago #40444 by skytech
i inserted it and it is still the same. please visit page mesauam.com/component/users/?view=registration

Please Log in to join the conversation.

More
10 years 5 months ago #40445 by ivan.milic
You placed code incorrectly, end of your file:

.registration label{
color:black!important;
}

}

it should be:
}

.registration label{
color:black!important;
}

so closing bracket goes up

Please Log in to join the conversation.

  • skytech
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 5 months ago #40446 by skytech
please what i want is not the label colour but the background colour. i do not want the background to be white because it also affects the user profile page as i can not see anything. thank you

Please Log in to join the conversation.

More
10 years 5 months ago #40458 by ivan.milic
You can use:

.registration{
background:red;
}

Please Log in to join the conversation.

Time to create page: 0.146 seconds
Powered by Kunena Forum