End of Support for Joomla 3 - Forum closed
Style css or less
How can I change the H1 heading in the header? I want a different color.
Unfortunately, there are keien costum css, as with other tempaltes. In the style.less I have reed it and comboed, but to no avail.
Where do I have to make changes so that they are executed in the frontend?
Wie kann ich die H1 Überschrift im Header ändern? Ich möchte eine andere Farbe.
Leider gibt es keien costum css, wie bei anderen tempaltes. In die style.less habe ich es reingeschrieben und kombiliert, aber ohne Erfolg .
Wo muss ich Ändereungen eintragen, damit diese auch im Frontend ausgeführt werden?
Unfortunately, there are keien costum css, as with other tempaltes. In the style.less I have reed it and comboed, but to no avail.
Where do I have to make changes so that they are executed in the frontend?
Wie kann ich die H1 Überschrift im Header ändern? Ich möchte eine andere Farbe.
Leider gibt es keien costum css, wie bei anderen tempaltes. In die style.less habe ich es reingeschrieben und kombiliert, aber ohne Erfolg .
Wo muss ich Ändereungen eintragen, damit diese auch im Frontend ausgeführt werden?
Last Edit:7 years 2 months ago
by rico2605
Last edit: 7 years 2 months ago by rico2605.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
you can add a custom.css:
www.joomlaplates.com/support/documentation/custom-css-in-joomla
And then you can add your "h1" classes into the css file like this:
PS: Beim quickstart Paket ist eine custom.css vorhanden. Jedoch nicht im Template Zip file. Denn das Template Zip wird auch zum Update benötigt und würde ihre eigene custom.css überschreiben, sofern sie diese nicht gesichert haben! Äusserst ungünstig!
you can add a custom.css:
www.joomlaplates.com/support/documentation/custom-css-in-joomla
And then you can add your "h1" classes into the css file like this:
h1 {color:#FF0000}
PS: Beim quickstart Paket ist eine custom.css vorhanden. Jedoch nicht im Template Zip file. Denn das Template Zip wird auch zum Update benötigt und würde ihre eigene custom.css überschreiben, sofern sie diese nicht gesichert haben! Äusserst ungünstig!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 2 months ago
by joomlaplates
Last edit: 7 years 2 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
leider kann ich in die CSS nichts reinschreiben. Wird beim Speichern rausgeworfen.
h1 {color:#fff;} überschreibt ja alle H1. Ich will ja nur bim Logo auf der Startseite im großen Bild die Farbe ändern.
h1 {color:#fff;} überschreibt ja alle H1. Ich will ja nur bim Logo auf der Startseite im großen Bild die Farbe ändern.
by rico2605
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Dann müssen sie die custom.css per FTP ändern!
Wenn sie nur eine "H1" ändern möchten, dann sollte die "H1" eine Klasse haben.
HTML
CSS
Wenn sie nur eine "H1" ändern möchten, dann sollte die "H1" eine Klasse haben.
HTML
<h1 class="logo">ihr logo</h1>
CSS
h1.logo {color:#FF0000}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates