Hallo,
das Theme Enfold gefällt mir wunderbar. Da ich fast nur mit joomla arbeite, fällt es mir noch etwas schwer.
Ich möchte gerne Background Image im Main Content nur für die Home-Seite (Startseite) ändern. Alle Einstellungen sollen bleiben nur ein Background Image auf der Startseite. Die Einstellungen bekomme ich hin, nur leider sind die dann für alle Seiten gültig.
Dafür gibt es doch bestimmt ein Quick-CSS, oder?
Vielen Dank im voraus,
M. F.
Hi mfrenk,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi, the link is in Private Content. mfrenk
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to change the background color of homepage only
html.html_boxed.html_entry_id_6374 {
background: black;
}
Best regards,
Yigit
Hey!
Thank you, but i want to put a background image on homepage only.
Can i change the Quick CSS?
html.html_boxed.html_entry_id_6374 {
background-image: url(/wp-content/uploads/Hintergrund_SVS2.png);
}
or ist there a little error?
Hi!
You have an extra T in http. Please remove it and it should work :)
Regards,
Yigit
Unfortunately, this has not solved my problem .
I now have the background you want under ” Main Content ” set . So everything is correct.
Only should this background , which is now also online , will be displayed only on the home page . Unfortunately, it appears on all pages . But apparently I need another Quick CSS
Can you help me to be, or I have a new topic open to
Hi!
Try adding this to your custom CSS.
.home .container_wrap_first { background: url("URL to your image") !important; }
That CSS will set the home page background for the main container.
Cheers!
Elliott