- Posts: 69
- Thank you received: 0
Registration Process with no Title
-
Gracy
Inactive member -
Topic Author
- Member
-
Less
More
12 years 1 month ago - 12 years 1 month ago #26541
by Gracy
Registration Process with no Title was created by Gracy
Hello,
reinstalling HotWine I noted that in the registration process it is disappeared the title in the registration form (see attache image)
How be solved this problem?
Thanks in advance
Roberto
reinstalling HotWine I noted that in the registration process it is disappeared the title in the registration form (see attache image)
How be solved this problem?
Thanks in advance
Roberto
Last edit: 12 years 1 month ago by Gracy. Reason: added image
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #26546
by ivan.milic
Replied by ivan.milic on topic Registration Process with no Title
Did you maybe disable it in menu item? send link
Please Log in to join the conversation.
-
Gracy
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 69
- Thank you received: 0
12 years 1 month ago #26550
by Gracy
Replied by Gracy on topic Registration Process with no Title
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #26558
by ivan.milic
Replied by ivan.milic on topic Registration Process with no Title
Add this css to bottom of template_css.css:
.registration fieldset {
margin: 15px 0 0 0;
}
.registration fieldset legend
{
font-family: Quattrocento, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
height: 30px;
line-height: normal;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 16px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
text-shadow: rgb(0, 0, 0) 2px 2px 4px;
color: white;
}
.registration fieldset {
margin: 15px 0 0 0;
}
.registration fieldset legend
{
font-family: Quattrocento, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
height: 30px;
line-height: normal;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 16px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
text-shadow: rgb(0, 0, 0) 2px 2px 4px;
color: white;
}
The following user(s) said Thank You: Gracy
Please Log in to join the conversation.
-
Gracy
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 69
- Thank you received: 0
12 years 1 month ago - 12 years 1 month ago #26572
by Gracy
Replied by Gracy on topic Registration Process with no Title
thanks Ivan,
now the registration form is well presented, but as soon I entered the data, the message of e-mail sent and also the message after e-mail confirmation are both without title (see the 2 attached image)
what should I do for that?
You can try the entire registration process if you like, to see directly the web pages
Thanks in advance
Roberto
now the registration form is well presented, but as soon I entered the data, the message of e-mail sent and also the message after e-mail confirmation are both without title (see the 2 attached image)
what should I do for that?
You can try the entire registration process if you like, to see directly the web pages
Thanks in advance
Roberto
Last edit: 12 years 1 month ago by Gracy.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #26574
by ivan.milic
Replied by ivan.milic on topic Registration Process with no Title
Change that to:
.registration fieldset, #system-message{
margin: 15px 0 0 0;
}
.registration fieldset legend, #system-message > dt{
font-family: Quattrocento, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
height: 30px;
line-height: normal;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 16px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
text-shadow: rgb(0, 0, 0) 2px 2px 4px;
color: white;
}
.registration fieldset, #system-message{
margin: 15px 0 0 0;
}
.registration fieldset legend, #system-message > dt{
font-family: Quattrocento, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
height: 30px;
line-height: normal;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 16px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
text-shadow: rgb(0, 0, 0) 2px 2px 4px;
color: white;
}
The following user(s) said Thank You: Gracy
Please Log in to join the conversation.
Time to create page: 0.093 seconds