End of Support for Joomla 3 - Forum closed
[SOLVED] JP_Bistro
Hallo zusammen,
ich habe folgendes Problem: Ich kann im Footer kein Background Image hinterlegen. Farbe kriege ich angepasst, ich würde jedoch gerne ein Bild anzeigen lassen. Eine custom.css habe ich bereits erstellt.
Kennt da jemand eine schnelle Lösung zu?
Vielen Dank im Voraus!
ich habe folgendes Problem: Ich kann im Footer kein Background Image hinterlegen. Farbe kriege ich angepasst, ich würde jedoch gerne ein Bild anzeigen lassen. Eine custom.css habe ich bereits erstellt.
Kennt da jemand eine schnelle Lösung zu?
Vielen Dank im Voraus!
by MarimoIT
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo,
Hintergrundbild im Footer sollte wie folgt funktionieren:
Fügen sie den Code in ihre css/custom.css ein und ggf ändern
www.w3schools.com/cssref/pr_background-image.asp
Hintergrundbild im Footer sollte wie folgt funktionieren:
Fügen sie den Code in ihre css/custom.css ein und ggf ändern
www.w3schools.com/cssref/pr_background-image.asp
.tm-footer {
margin: 0 !important;
padding: 20px 0 40px 0;
font-size: 12px;
background-image: url(images/joomlaplates/ihr-bild.jpg);
background-attachment: fixed;
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:4 years 6 months ago
by joomlaplates
Last edit: 4 years 6 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Hallo,
danke für die schnelle Antwort. Leider scheint das nicht zu funktionieren. Ich habe auch selbst noch etwas rumgespielt.
.tm-footer {background: url(../images/bg2.jpg) no-repeat center !important;}
klappt nur leider auch nicht.
Gruß
danke für die schnelle Antwort. Leider scheint das nicht zu funktionieren. Ich habe auch selbst noch etwas rumgespielt.
.tm-footer {background: url(../images/bg2.jpg) no-repeat center !important;}
klappt nur leider auch nicht.
Gruß
by MarimoIT
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.
villa-campus.de/
befindet sich halt noch im Aufbau.
by MarimoIT
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Ich sehe keine css/custom.css
view-source:https://villa-campus.de/templates/jp-bistro/css/custom.css
view-source:https://villa-campus.de/templates/jp-bistro/css/custom.css
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