- Posts: 12
- Thank you received: 0
White background on registration form
-
ginfizz
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago #13883
by ginfizz
White background on registration form was created by ginfizz
Hello, I don't know why, but suddenly the white background appeared on my registration form. How can I fix it to be purple like the whole page?
Also, if you notice the icons, how can I change the color to make them visible?
Thx
Also, if you notice the icons, how can I change the color to make them visible?
Thx
Please Log in to join the conversation.
-
ginfizz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 11 months ago #13884
by ginfizz
Replied by ginfizz on topic Re: White background on registration form
And If someone can also answer me, where I can set up registration form? I don't need there the "my description" field or url field.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6754
- Thank you received: 718
12 years 11 months ago #13903
by milos
Replied by milos on topic Re: White background on registration form
Use Google Chrome inspector to see what class is it and then add definition in template's CSS stylesheet. Give us you link to tell you what exactly you should add in the CSS file.
By the way, this is not default contact form, as I can see from the screen shot.
By the way, this is not default contact form, as I can see from the screen shot.
Please Log in to join the conversation.
-
ginfizz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 11 months ago #13922
by ginfizz
Replied by ginfizz on topic Re: White background on registration form
Well, it's not a contact form but registration form and yes, it is the default one. I've never changed it or anything. I just added the captcha there, but it is same without it. The link is
zvanilky.cz/component/user/register
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #13934
by ivan.milic
Replied by ivan.milic on topic Re: White background on registration form
That styling is from k2, for example one bloc will not be white if you remove background property from:
.k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key {
background: #F6F6F6;
border-bottom: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
color: #666;
font-weight: bold;
text-align: right;
font-size: 11px;
width: 140px;
}
in k2.css file
.k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key {
background: #F6F6F6;
border-bottom: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
color: #666;
font-weight: bold;
text-align: right;
font-size: 11px;
width: 140px;
}
in k2.css file
Please Log in to join the conversation.
-
ginfizz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 11 months ago #13945
by ginfizz
Replied by ginfizz on topic Re: White background on registration form
Thx, I didnt know but my assistant installed K2 which caused the problem.
I uninstalled it and it is fine again.
To the other issue, where can I set up text color for the text I marked on the picture?
I uninstalled it and it is fine again.
To the other issue, where can I set up text color for the text I marked on the picture?
Please Log in to join the conversation.
Time to create page: 0.105 seconds