- Posts: 62
- Thank you received: 0
Module Suffixes?
-
lmw1
Inactive member -
Topic Author
- Member
-
Less
More
13 years 6 months ago #11011
by lmw1
Module Suffixes? was created by lmw1
Where can I see all the "module suffixes" associated with this template at?
Also, if I don't want any styling applied to a module, what is the correct suffix to apply to it?
Thanks in advance!
LMW1
Also, if I don't want any styling applied to a module, what is the correct suffix to apply to it?
Thanks in advance!
LMW1
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
13 years 6 months ago #11017
by milos
Replied by milos on topic Re: Module Suffixes?
Module suffix that you can use is "_featured".
Please Log in to join the conversation.
-
lmw1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 62
- Thank you received: 0
13 years 6 months ago #11043
by lmw1
Replied by lmw1 on topic Re: Module Suffixes?
Just "one" custom module suffix? Hmmmm...
My other question sir...
Also, if I don't want any styling applied to a module, what is the correct suffix to apply to it?
Thank you for your help?
LMW1
My other question sir...
Also, if I don't want any styling applied to a module, what is the correct suffix to apply to it?
Thank you for your help?
LMW1
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #11047
by ivan.milic
Replied by ivan.milic on topic Re: Module Suffixes?
You can define your custom suffix styling.
You need to define css class in css :
.red{
background-color:Red;
}
.green{
background-color:Green;
}
.no_border{
border:none!important;
}
and you can then use suffix like this:
"_featured green no_border"
so this would apply module_featured, green and no_border css classes to module.
You need to define css class in css :
.red{
background-color:Red;
}
.green{
background-color:Green;
}
.no_border{
border:none!important;
}
and you can then use suffix like this:
"_featured green no_border"
so this would apply module_featured, green and no_border css classes to module.
Please Log in to join the conversation.
-
lmw1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 62
- Thank you received: 0
13 years 6 months ago #11050
by lmw1
Replied by lmw1 on topic Re: Module Suffixes?
Now I understand. Thank you for taking the time to answer correctly. It is much appreciated.
Respectfully,
LMW1
Respectfully,
LMW1
Please Log in to join the conversation.
Time to create page: 0.158 seconds