End of Support for Joomla 3 - Forum closed
[SOLVED] JP Design Template Joomla 3.9.16
Ich finde im Template nicht wo ich in den Bereich Logo oben eine Transparenz in den weissen Hintergund rein bringen kann. Muss ich das mit einer custom.css machen?
Im Template Warp- style hab ich alles durch.. Layouts, Backgrounds , Modules und Menu .. ich finde es nicht..
Vielen Dank für die Hilfe..
Kerstin
Im Template Warp- style hab ich alles durch.. Layouts, Backgrounds , Modules und Menu .. ich finde es nicht..
Vielen Dank für die Hilfe..
Kerstin
by Kathi
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 JP Design Template Joomla 3.9.16
Posted 4 years 7 months ago #26252
Hallo,
das geht mit der css/custom.css
das geht mit der css/custom.css
.header {
background:rgba(255, 255, 255, 0.5);
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:4 years 7 months ago
by joomlaplates
Last edit: 4 years 7 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Danke für deine Anwort.
Wenn ich das alleine in die custom.css packe, funktionierte es leider nicht.
das muss wohl über den kompletten Strang aus der jomlaplates.css laufen
dann klappt es..
Vielen Dank
Wenn ich das alleine in die custom.css packe, funktionierte es leider nicht.
das muss wohl über den kompletten Strang aus der jomlaplates.css laufen
Code:
/* Header
-------------------------------------------------*/
.header::before {
bottom: 0;
content: "";
display: block;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
.header {
background:rgba(255, 255, 255, 0.5);
}
Vielen Dank
by Kathi
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 JP Design Template Joomla 3.9.16
Posted 4 years 7 months ago #26273
Live url bitte
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Kathi
Please Log in or Create an account to join the conversation.
Alles gut hat sich schon erledigt.. der böse Cache war noch im Spiel..
by Kathi
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates