- Posts: 17
- Thank you received: 1
How to change image on the module style?
-
marcelothieme
Inactive member - Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago #23054
by marcelothieme
How to change image on the module style? was created by marcelothieme
Hello,
I can change the module style (right and left side), filling the module class suffix field with 3 different kinds ("_style1", "_style2" and "_style3").
I would to like to change the image on the module style, is it possible???
If yes. What I have do, to change the image?
Thanks for your attention.
Best Regards,
Marcelo Thieme
I can change the module style (right and left side), filling the module class suffix field with 3 different kinds ("_style1", "_style2" and "_style3").
I would to like to change the image on the module style, is it possible???
If yes. What I have do, to change the image?
Thanks for your attention.
Best Regards,
Marcelo Thieme
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #23059
by ivan.milic
Replied by ivan.milic on topic How to change image on the module style?
You add change background image to module like this:
- In template_css.css define css class like this:
.mybckimage{
background:url(...path to your image);
... other custom properties
}
then use that to add to suffix " mybckimage" , without quotes , note blank char. You can put only that or combine like this for example:
"_style1 mybckimage"
- In template_css.css define css class like this:
.mybckimage{
background:url(...path to your image);
... other custom properties
}
then use that to add to suffix " mybckimage" , without quotes , note blank char. You can put only that or combine like this for example:
"_style1 mybckimage"
Please Log in to join the conversation.
Time to create page: 0.150 seconds