Hallo, bin ein absoluter Newbie, daher meine wahrscheinlich banale Frage:
Ich benutze das Enfold 2017 Theme auf meiner lokalen xampp Installation. Wenn die Seite fertig ist, möchte ich sie dann ins Netz stellen. Wie kann ich denn ein Header Bild unseres Vereins oben einfügen, welches dann auf dem Startbildschirm (evtl. auch auf den übrigen Seiten) sichtbar sein sollte? In Header finde ich nur Logo einfügen bis max. 300 px, aber keine Möglichkeit ein Bild der Größe ca. 1100 x 500 px einzufügen. Bitte um kurze Info, wie/wo man das macht?
Vorab vielen Dank!
Hey Lothringer64,
Thank you for the inquiry.
Could you provide a screenshot or a mockup of how you want the header to look like? If you want to put a larger image in the header, you can upload it as a background in the Enfold > Logo Area > Background Image settings.
Best regards,
Ismael
Ok, I have done that, however I would like to have the photo on the whole width of the header, like this here:
Hi,
Thanks for the update. Could you post a link to your actual site, so that we can have a closer look please? Also let us know which image you would like to use.
Best regards,
Rikard
I think this is not possible because it is a local installation!? Or is it? I tried to send a screenshot, but that was also not possible.
The image is the photo from the link i sent before.
Hi,
Please try this in Quick CSS:
#header_main {
background-image: url(URL of your image goes here);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
You can upload screenshots to a service like Google Drive or Dropbox, then link to them here.
Best regards,
Rikard
Vielen Dank, ich habe es so hinbekommen.
Gruß
Lothringer64