- Posts: 67
- Thank you received: 0
Colors on Form
-
kingston.clinton
Inactive member - Topic Author
- Member
Less
More
11 years 8 months ago #28780
by kingston.clinton
Colors on Form was created by kingston.clinton
Hi Ivan
When I login through the login form it takes me to a profile page which you cannot view nicely because the form has a white backgroud, so you cant see any of the fields.
When I login through the login form it takes me to a profile page which you cannot view nicely because the form has a white backgroud, so you cant see any of the fields.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28789
by ivan.milic
Replied by ivan.milic on topic Colors on Form
You must provide link so we could see that
Please Log in to join the conversation.
-
kingston.clinton
Inactive member - Topic Author
- Member
Less
More
- Posts: 67
- Thank you received: 0
11 years 8 months ago #28809
by kingston.clinton
Replied by kingston.clinton on topic Colors on Form
Hi Ivan
I attached a screen shot of what the registration and profile page looks like with the white col
our background issue
The size of the attachment is less than 400kb
I attached a screen shot of what the registration and profile page looks like with the white col
our background issue
The size of the attachment is less than 400kb
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28818
by ivan.milic
Replied by ivan.milic on topic Colors on Form
Put this at bottom of template_css.css:
.admintable,
.admintable table,
.admintable td,
.admintable tr,
.admintable div
{
background-color:transparent!important;
}
.admintable,
.admintable table,
.admintable td,
.admintable tr,
.admintable div
{
background-color:transparent!important;
}
Please Log in to join the conversation.
-
kingston.clinton
Inactive member - Topic Author
- Member
Less
More
- Posts: 67
- Thank you received: 0
11 years 8 months ago #28825
by kingston.clinton
Replied by kingston.clinton on topic Colors on Form
Hi Ivan
I added this code to the bottom of the template_css but it did nothing
I added this code to the bottom of the template_css but it did nothing
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28832
by ivan.milic
Replied by ivan.milic on topic Colors on Form
Change it to this:
you must refresh to see results!!!
Code:
.componentheading,
.admintable,
.admintable table,
.admintable td,
.admintable th,
.admintable tr,
.admintable div
{
background-color:transparent!important;
border:none!important;
padding:4px!important;
}
you must refresh to see results!!!
Please Log in to join the conversation.
Time to create page: 0.085 seconds