End of Support for Joomla 3 - Forum closed
Colors JP-FAN when editing user profile
Hi, when using JP-FAN template and users edits profile, can almost not read the title - how can I change color ?
(see arrow on attached screen shot)
thanks for any help!
(see arrow on attached screen shot)
thanks for any help!
by Matthijs
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic Colors JP-FAN when editing user profile
Posted 7 years 3 months ago #19482
Hi there,
please check the title with Developer tool and then insert the css class into the css/custom.css
please check the title with Developer tool and then insert the css class into the css/custom.css
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by Matthijs on topic Colors JP-FAN when editing user profile
Posted 7 years 3 months ago #19487
Hi thanks .. but not fully understand ... which Developer tool? and what to put in css file ?
by Matthijs
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic Colors JP-FAN when editing user profile
Posted 7 years 3 months ago #19488
Hi there, this tool
www.joomlaplates.com/template-customizing
BTW: Did you installed any other extension that load some bootstrap files? Maybe thats the reason why the title are white.
And frontend user editor is dangerous, omg!! Users should be edited ONLY in backend with htaccess save backend of course.
www.joomlaplates.com/template-customizing
BTW: Did you installed any other extension that load some bootstrap files? Maybe thats the reason why the title are white.
And frontend user editor is dangerous, omg!! Users should be edited ONLY in backend with htaccess save backend of course.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Matthijs
Please Log in or Create an account to join the conversation.
Replied by Matthijs on topic Colors JP-FAN when editing user profile
Posted 7 years 3 months ago #19490
Hi thanks again!
I checked, but in bootstrap.css which is included in jp-fan, I see this:
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 1.6;
font-size: 21px;
line-height: 3.2;
color: #ffffff;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
So #ffffff for the header ?
I tried to put this in custom css:
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 1.6;
font-size: 21px;
line-height: 3.2;
color: #444444;
border: 0;
}
But that does not work ...
I checked, but in bootstrap.css which is included in jp-fan, I see this:
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 1.6;
font-size: 21px;
line-height: 3.2;
color: #ffffff;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
So #ffffff for the header ?
I tried to put this in custom css:
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 1.6;
font-size: 21px;
line-height: 3.2;
color: #444444;
border: 0;
}
But that does not work ...
by Matthijs
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic Colors JP-FAN when editing user profile
Posted 7 years 3 months ago #19495
Hi there,
try to add this code into your css/custom.css
Otherwise you have to edit the org. bootstrap.css, but not recommendable
try to add this code into your css/custom.css
legend {
color: #444444 !important
}
Otherwise you have to edit the org. bootstrap.css, but not recommendable
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Matthijs
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates