- Posts: 6
- Thank you received: 0
background image to modules Advert1 to 4
-
alexandrosm77
Inactive member - Topic Author
- New Member
Less
More
11 years 9 months ago #27040
by alexandrosm77
background image to modules Advert1 to 4 was created by alexandrosm77
How can I add a background image to modules Advert1 to 4?
I tried to add background-image to the css but it doesnt work
#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8 {
margin-right:3px;
padding:15px 0 5px 0;
background-image:url(/images/upper_background.jpg);
}
I tried to add background-image to the css but it doesnt work
#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8 {
margin-right:3px;
padding:15px 0 5px 0;
background-image:url(/images/upper_background.jpg);
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27051
by ivan.milic
Replied by ivan.milic on topic background image to modules Advert1 to 4
add suffix to module with first blank ckar like this, example advert1:
" adv1_class"
then at template_css.css at bottom add:
.adv1_class{
background:...
}
" adv1_class"
then at template_css.css at bottom add:
.adv1_class{
background:...
}
Please Log in to join the conversation.
-
alexandrosm77
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
11 years 9 months ago #27084
by alexandrosm77
Replied by alexandrosm77 on topic background image to modules Advert1 to 4
Thank you for the reply. This is not exactly what I wanted. The image does not fill the whole module background. You can check this at
new.fcpaok.gr
any other solution?
any other solution?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27092
by ivan.milic
Replied by ivan.milic on topic background image to modules Advert1 to 4
Then use:
#c5,#c6,#c7,#c8 {
background:...!important;
}
don't forget to add !important flag
#c5,#c6,#c7,#c8 {
background:...!important;
}
don't forget to add !important flag
Please Log in to join the conversation.
Time to create page: 0.146 seconds