- Posts: 67
- Thank you received: 0
Module images
-
kingston.clinton
Inactive member -
Topic Author
- Member
-
Less
More
11 years 10 months ago #29450
by kingston.clinton
Module images was created by kingston.clinton
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago - 11 years 10 months ago #29457
by ivan.milic
Replied by ivan.milic on topic Module images
Nothing special you need to do, use custom HTML modules for positions advert 1-4 , html for first box is this:
and image is actually background of module position box, see layout.css:
.mp_advert1 {
background: url(../images/custom/advert1.jpg) no-repeat;
font-family: 'RobotoBoldCondensed', sans-serif;
color: #000;
font-size: 22px;
}
...
Code:
<a href="index.php?option=com_content&view=category&layout=blog&id=10&Itemid=130">Members <img src="images/arrow.png" alt="arrow"></a>
and image is actually background of module position box, see layout.css:
.mp_advert1 {
background: url(../images/custom/advert1.jpg) no-repeat;
font-family: 'RobotoBoldCondensed', sans-serif;
color: #000;
font-size: 22px;
}
...
Last edit: 11 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.175 seconds