Hi Kriesi Team,
1. Schriftfeld Portfolio-Raster
Ich möchte die Hintergrundfarbe, den Rand und die Schrift für das Feld unter den Portfolio-Bildern in der Übersicht-Anzeige ändern.
Beim Versuch die Hintergrundfarbe zu ändern, hat es den Hintergrund der ganzen Seite beeinflusst.
2. Kategorien
Schön wäre es auch, wenn die einzelnen Kategorien oben in der Sortierfunktion mit unterschiedlichen Farben (Hintergrundfarbe)
hinterlegt werden könnten.
Beispielseite siehe Link.
Könnt ihr mir da Hilfestellung geben?
Grüße
Bernd
Hey swotes,
Yes, we can help you with that.
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi,
Thank you for the update.
1.) This css code should change the background and font color of the grid content.
.grid-entry .main_color .avia-arrow, .main_color .grid-content, .main_color .grid-content h3 {
background-color: red;
color: blue;
}
2.) The sorting items can be targeted using their unique class attribute, which is categoryname_sort_button. Example:
.main_color .altbausanierung_sort_button {
background-color: green;
padding: 7px 10px;
color: red !important;
}
That particular css code is going to affect the “Altbausanierung” sort item.
Best regards,
Ismael
Hi Ismael,
Thank’s so much.
I tried it and it works.
Best regards
Bernd
You can close that issue.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon