Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1021489

    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

    #1022260

    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

    #1022666
    This reply has been marked as private.
    #1023715

    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

    #1023820

    Hi Ismael,

    Thank’s so much.
    I tried it and it works.

    Best regards
    Bernd

    #1023821

    You can close that issue.

    #1024092

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘CSS Portfolio’ is closed to new replies.