End of Support for Joomla 3 - Forum closed
Body style image
- kreik
- Topic Author
- Visitor
- Thank you received: 0
Hello i would like to change body style image. i would like to add large image on the centre and dont want to repeat it. I know where are saved body style image just i dont know how to set it to centre and dont repeat it.
Thanks for help.
Thanks for help.
by kreik
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Take this code to center and full size the image.
But you have to override the org css file, therefore add this code to your custom.css
But you have to override the org css file, therefore add this code to your custom.css
Code:
body {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: kreik
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates