- Posts: 51
- Thank you received: 0
How to change volunteer and footer image
-
swvanderlaan
Active member - Topic Author
- Member
Less
More
1 year 4 months ago #50759
by swvanderlaan
How to change volunteer and footer image was created by swvanderlaan
How do I change the volunteer and footer image? Should I do this in
? Or somewhere else?
I changed these lines.
For the 'volunteer' image:
For the bottom/footer background image:
Code:
media/templates/site/humanity/css/custom.css
I changed these lines.
For the 'volunteer' image:
Code:
.user2row div.sparky_container {
background: url(../images/custom/doneer_vrucht_yellowburn_1380x450.png) no-repeat;
padding: 100px 0;
}
For the bottom/footer background image:
Code:
.bottomrow {
background: url(../images/custom/bottom_background_brug_black_and_white_1600x407.png);
background-size: cover;
border-top: 5px solid #ffcc33;
padding: 100px 0 150px;
}
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
1 year 4 months ago #50762
by milos
Replied by milos on topic How to change volunteer and footer image
Hello,
Yes, this is the way to do it. Another way is to replace the image file without changing the CSS code. So, for example, for the bottom background image, create your JPG image, dimensions 1600 x 407 pixels, name it bottom_bg.jpg and upload it to the folder "/media/templates/site/humanity/images/custom" (overwrite original image).
Regards,
Milos
Yes, this is the way to do it. Another way is to replace the image file without changing the CSS code. So, for example, for the bottom background image, create your JPG image, dimensions 1600 x 407 pixels, name it bottom_bg.jpg and upload it to the folder "/media/templates/site/humanity/images/custom" (overwrite original image).
Regards,
Milos
The following user(s) said Thank You: swvanderlaan
Please Log in to join the conversation.
Time to create page: 0.191 seconds