- Posts: 15
- Thank you received: 0
Wich is the css?
-
amoraj
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 11 months ago #26885
by amoraj
Wich is the css? was created by amoraj
Hi,
wich is, and where is the css for modify the style and parameters of the modules, concretly the module user3.
Regards,
Angel
wich is, and where is the css for modify the style and parameters of the modules, concretly the module user3.
Regards,
Angel
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #26892
by ivan.milic
Replied by ivan.milic on topic Wich is the css?
You can add your definitions in template_css.css, use !important flag on css properties if they don't take effect like:
.mp_user3 *{
font-weight:normal!important;
}
all module positions have container DIV with class
.mp_<postion name>{
check HTML using firebug
.mp_user3 *{
font-weight:normal!important;
}
all module positions have container DIV with class
.mp_<postion name>{
check HTML using firebug
Please Log in to join the conversation.
Time to create page: 0.146 seconds