Style Farbe in Article Grid ändern
Hallo, im Modul JP Article Grid gibt es unter den Grid Settings -> default die Styles "None, White, White Shadow und Dark". Lassen sich eine Styles definieren, also andere Farben? Wenn ja -> in einem Menü oder in der costum.css? Wie würde ein Eintrag aussehen?
Danke
Hello, in the JP Article Grid module there are the styles ‘None, White, White Shadow and Dark’ under Grid Settings -> default. Is it possible to define a style, i.e. other colours? If so -> in a menu or in the costum.css? What would an entry look like?
Thank you
Frank
Danke

Hello, in the JP Article Grid module there are the styles ‘None, White, White Shadow and Dark’ under Grid Settings -> default. Is it possible to define a style, i.e. other colours? If so -> in a menu or in the costum.css? What would an entry look like?
Thank you

Frank
by transdata
Please Log in or Create an account to join the conversation.
Das kann in der custom.css angepasst werden.
In meinem Beispiel sind die Klassen .uk-card .uk-card-default > .p-3 dafür zuständig,
die man mit Hilfe der Developer Tools des Browsers herausfinden kann. Siehe die "Sprechblase" im Bild.
Der Eintrag wäre in meinem Fall:
.uk-card .uk-card-default > .p-3{
background:#e1edeb;
}
MfG
Ute
In meinem Beispiel sind die Klassen .uk-card .uk-card-default > .p-3 dafür zuständig,
die man mit Hilfe der Developer Tools des Browsers herausfinden kann. Siehe die "Sprechblase" im Bild.
Der Eintrag wäre in meinem Fall:
.uk-card .uk-card-default > .p-3{
background:#e1edeb;
}
MfG
Ute
Last Edit:3 days 19 hours ago
by ute-s
Last edit: 3 days 19 hours ago by ute-s. Reason: Screenshot
Please Log in or Create an account to join the conversation.
Bitte Video ansehen, wie sowas geht wird darin erklärt:
www.joomlaplates.de/template-konfigurati...efinierter-code.html
www.joomlaplates.de/template-konfigurati...efinierter-code.html
by WM-Loose
Please Log in or Create an account to join the conversation.