End of Support for Joomla 3 - Forum closed
[SOLVED] Farbverlauf im Background möglich?
- SandraOtte
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Hallo,
leider bin ich bei den vielen Templates und den tollen Möglichkeiten etwas überfordert.
Ich bin auf der Suche nach einem Template, bei dem der Background der Seite einen Farbverlauf hat.
Welches Template ermöglicht das? Funktioniert das bei dem Template 'Musician'? Wie?
Bin Laie und ohne (echte) CSS Kenntnisse.
leider bin ich bei den vielen Templates und den tollen Möglichkeiten etwas überfordert.
Ich bin auf der Suche nach einem Template, bei dem der Background der Seite einen Farbverlauf hat.
Welches Template ermöglicht das? Funktioniert das bei dem Template 'Musician'? Wie?
Bin Laie und ohne (echte) CSS Kenntnisse.
by SandraOtte
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Farbverlauf im Background möglich?
Posted 3 years 8 months ago #28723
Hallo,
das Gym und Lawyer hat die Möglichkeit den Hintergrund gradiant bzw mit einem Verlauf darzustellen bzw zu konfigurieren
das Gym und Lawyer hat die Möglichkeit den Hintergrund gradiant bzw mit einem Verlauf darzustellen bzw zu konfigurieren
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- SandraOtte
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Replied by SandraOtte on topic Farbverlauf im Background möglich?
Posted 3 years 8 months ago #28736
Hallo,
habe das Template Gym herunter geladen und installiert.
Ich gehe davon aus, dass im Astroid Framework der Farbverlauf bei Custom CSS (s. screenshot) eingegeben wird.
Richtig?
Benutze folgendes:
body(background: linear-gradient(to bottom, #004f9f 0%, #05052f 100%));
Wo mache ich den Fehler? Was ist richtig?
Was bedeutet 'unerwarteter token'?
habe das Template Gym herunter geladen und installiert.
Ich gehe davon aus, dass im Astroid Framework der Farbverlauf bei Custom CSS (s. screenshot) eingegeben wird.
Richtig?
Benutze folgendes:
body(background: linear-gradient(to bottom, #004f9f 0%, #05052f 100%));
Wo mache ich den Fehler? Was ist richtig?
Was bedeutet 'unerwarteter token'?
by SandraOtte
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Farbverlauf im Background möglich?
Posted 3 years 8 months ago #28737
Hallo,
folgender Code sollte funktionieren
folgender Code sollte funktionieren
body {
background-color: red; /* For browsers that do not support gradients */
background-image: linear-gradient(red, yellow);
}
Attachment bg-2-3-4-5-6-7-8-9-10.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- SandraOtte
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Replied by SandraOtte on topic Farbverlauf im Background möglich?
Posted 3 years 8 months ago #28750
Das funktioniert wunderbar.
Vielen herzlichen Dank für Ihre Hilfe.
Vielen herzlichen Dank für Ihre Hilfe.
by SandraOtte
Please Log in or Create an account to join the conversation.
- SandraOtte
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Replied by SandraOtte on topic [SOLVED] Farbverlauf im Background möglich?
Posted 3 years 8 months ago #28751
Problem solved.
by SandraOtte
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates