- Posts: 90
- Thank you received: 0
Registration form background colour
-
skytech
Inactive member - Topic Author
- Member
Less
More
10 years 5 months ago #40431
by skytech
Registration form background colour was created 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
thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40437
by ivan.milic
Replied by ivan.milic on topic Registration form background colour
Add this to template_css.css:
.registration label{
color:black!important;
}
.registration label{
color:black!important;
}
Please Log in to join the conversation.
-
skytech
Inactive member - Topic Author
- Member
Less
More
- Posts: 90
- Thank you received: 0
10 years 5 months ago #40444
by skytech
Replied by skytech on topic Registration form background colour
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40445
by ivan.milic
Replied by ivan.milic on topic Registration form background colour
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
.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
Less
More
- Posts: 90
- Thank you received: 0
10 years 5 months ago #40446
by skytech
Replied by skytech on topic Registration form background colour
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40458
by ivan.milic
Replied by ivan.milic on topic Registration form background colour
You can use:
.registration{
background:red;
}
.registration{
background:red;
}
Please Log in to join the conversation.
Time to create page: 0.146 seconds