- Posts: 14116
- Thank you received: 1639
How to remove "footer_bg.png" from contains
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 7 months ago #18799
by ivan.milic
Replied by ivan.milic on topic Re: How to remove "footer_bg.png" from contains
you can add suffix to module and apply styling only to it.
suffix = " my_styling"
then add styling for it :
.my_styling{
...
}
suffix = " my_styling"
then add styling for it :
.my_styling{
...
}
Please Log in to join the conversation.
-
jrousis
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago #18822
by jrousis
Replied by jrousis on topic Re: How to remove "footer_bg.png" from contains
I tried... but this backround remains,
Could give me an idea how to do it exacly?
Could give me an idea how to do it exacly?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18834
by ivan.milic
Replied by ivan.milic on topic Re: How to remove "footer_bg.png" from contains
I just checked your site, that is not our template!
Please Log in to join the conversation.
-
jrousis
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 6 months ago #18915
by jrousis
Replied by jrousis on topic Re: How to remove "footer_bg.png" from contains
What do you mean?
The problem is not from your template?
The problem is not from your template?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #18923
by ivan.milic
Replied by ivan.milic on topic Re: How to remove "footer_bg.png" from contains
sorry i don't know what i looked back then but somehow I saw like that is not our template.
Add this suffix to module :
" nobcg"
then add this css to bottom of template_css.css
.nobcg *{
background:none!important;
}
Add this suffix to module :
" nobcg"
then add this css to bottom of template_css.css
.nobcg *{
background:none!important;
}
Please Log in to join the conversation.
Time to create page: 0.089 seconds