- Posts: 16
- Thank you received: 0
Add Background Image to Modules on Bottom
-
silkweb
Inactive member - Topic Author
- New Member
Less
More
14 years 1 month ago #3461
by silkweb
Replied by silkweb on topic Re: Add Background Image to Modules on Bottom
Thanks, which works if I want to change the colors but it doesn't work to add images.
In the attached file I have added an element style and it allows the image to appear however when I try to implement this into the layout.css file, it won't appear. I know that I am doing something incorrect in the css file, but for the life of me I cann
ot figure out the sequence.
In the attached file I have added an element style and it allows the image to appear however when I try to implement this into the layout.css file, it won't appear. I know that I am doing something incorrect in the css file, but for the life of me I cann
Attachment css_sample.jpg not found
ot figure out the sequence.
Attachments:
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 1 month ago #3466
by milos
Replied by milos on topic Re: Add Background Image to Modules on Bottom
Try adding !important, like I did in previous examples.
Please Log in to join the conversation.
-
silkweb
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
14 years 1 month ago #3469
by silkweb
Replied by silkweb on topic Re: Add Background Image to Modules on Bottom
Ya, I did, it doesn't work.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 1 month ago #3473
by milos
Replied by milos on topic Re: Add Background Image to Modules on Bottom
When I look your site code I don't see any background images assigned. So, to repeat, you should add this in template_css.css
And so on for #c2, #c3 and #c4. Don't forget to upload images "imagenameX.jpg" to the /templates/hot_sportal/images folder.
Code:
#c1 {
background:url(../images/imagename1.jpg) !important;
}
And so on for #c2, #c3 and #c4. Don't forget to upload images "imagenameX.jpg" to the /templates/hot_sportal/images folder.
Please Log in to join the conversation.
Time to create page: 0.093 seconds