- Posts: 14
- Thank you received: 0
Change background image
3 years 1 month ago #49686
by jan7
Change background image was created by jan7
Hi
How to change background image on home (in the menu)
Best regards
Jan
How to change background image on home (in the menu)
Best regards
Jan
Please Log in to join the conversation.
3 years 1 month ago #49687
by milos
Replied by milos on topic Change background image
Hello,
The home page image is defined in file /media/templates/site/basketball/css/custom.css in this part:
To change the background image, create your image in JPG format, in resolution 1920 x 1017 px. Name it as top_bg.jpg (or top_bg2.jpg if you are using template style 2, or top_bg3.jpg if you are using template style 3). Using FTP, upload it to the folder /media/templates/site/basketball/images (overwrite original image).
Regards,
Milos
The home page image is defined in file /media/templates/site/basketball/css/custom.css in this part:
Code:
.toprow {
background: #000 url(../images/custom/top_bg.jpg) no-repeat;
}
To change the background image, create your image in JPG format, in resolution 1920 x 1017 px. Name it as top_bg.jpg (or top_bg2.jpg if you are using template style 2, or top_bg3.jpg if you are using template style 3). Using FTP, upload it to the folder /media/templates/site/basketball/images (overwrite original image).
Regards,
Milos
The following user(s) said Thank You: jan7
Please Log in to join the conversation.
Time to create page: 0.285 seconds