Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #541364

    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

    #541365

    Hi, the link is in Private Content. mfrenk

    #541646

    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

    #541693

    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?

    #541712

    Hi!

    You have an extra T in http. Please remove it and it should work :)

    Regards,
    Yigit

    #541787

    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

    #542385

    Can you help me to be, or I have a new topic open to

    #544833

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.