End of Support for Joomla 3 - Forum closed
change background does not work
- clang
- Topic Author
- Visitor
- Thank you received: 0
Hello,
I want to use a background image for my site (galeria template)
I followed the description found in your post in the forum.
html {
background: url(../images/background03.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
background: none;
}
but the image is displayed only at the bottom of the page.
Regards
Christian
I want to use a background image for my site (galeria template)
I followed the description found in your post in the forum.
html {
background: url(../images/background03.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
background: none;
}
but the image is displayed only at the bottom of the page.
Regards
Christian
by clang
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Please Log in or Create an account to join the conversation.
- clang
- Topic Author
- Visitor
- Thank you received: 0
I'm currently not online with this site. still local on my pc.
by clang
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Sorry but without live site I can not analyze the source code!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- clang
- Topic Author
- Visitor
- Thank you received: 0
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi Christian,
add this code below to the css/custom.css
add this code below to the css/custom.css
body {background:none!important}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates