-
AuthorPosts
-
November 23, 2015 at 4:08 pm #540973
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.
November 24, 2015 at 7:45 am #541364Hi mfrenk,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardNovember 24, 2015 at 7:50 am #541365Hi, the link is in Private Content. mfrenk
November 24, 2015 at 2:43 pm #541646Hey!
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,
YigitNovember 24, 2015 at 3:22 pm #541693Hey!
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?
November 24, 2015 at 3:44 pm #541712Hi!
You have an extra T in http. Please remove it and it should work :)
Regards,
YigitNovember 24, 2015 at 5:09 pm #541787Unfortunately, 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 CSSNovember 25, 2015 at 1:27 pm #542385Can you help me to be, or I have a new topic open to
November 30, 2015 at 10:13 pm #544833Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
