- Posts: 14
- Thank you received: 0
Login form
-
dv
Inactive member - Topic Author
- New Member
Less
More
2 years 6 months ago #49165
by dv
Login form was created by dv
Hello;
Could you tell me where can I change background in login form?
Thank yous so much in advanced.
J
Could you tell me where can I change background in login form?
Thank yous so much in advanced.
J
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 6 months ago #49168
by milos
Replied by milos on topic Login form
Hello,
From your screenshot, I guess it's Joomla 3. You can change the background, border color, etc. in this file /templates/hot_academy/css/joomla.css around line 1525, here:
Regards,
Milos
From your screenshot, I guess it's Joomla 3. You can change the background, border color, etc. in this file /templates/hot_academy/css/joomla.css around line 1525, here:
Code:
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
Regards,
Milos
Please Log in to join the conversation.
-
dv
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
2 years 6 months ago - 2 years 6 months ago #49173
by dv
Replied by dv on topic Login form
Hi Milos;
Thank you for you support. I got it!
As you said, it it for Joomla 3.
I forgot to ask for the custom for "forgot password/user" boxes. Where can I find the code to make changes?..
Once again, best regards and thank you.
Thank you for you support. I got it!
As you said, it it for Joomla 3.
I forgot to ask for the custom for "forgot password/user" boxes. Where can I find the code to make changes?..
Once again, best regards and thank you.
Last edit: 2 years 6 months ago by dv.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 6 months ago #49176
by milos
Replied by milos on topic Login form
Hi,
It's in the file joomla.css, around line 2280. You can add text color, background color, border, etc. here:
Regards,
Milos
It's in the file joomla.css, around line 2280. You can add text color, background color, border, etc. here:
Code:
.nav-tabs.nav-stacked > li > a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.323 seconds