Home Forums WoodMart support forum Shop / Kategorien

Shop / Kategorien

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #266595

    Fabi
    Participant

    Ich möchte gerne die zwei Kategorien, auf der Seite zentriert haben (jetzt sind sie rechtsbündig), geht das?

    Des weiteren find ich nicht, wo ich die Schriftfarbe für die Kategorien ändern kann.

    Vielen Dank.

    Attachments:
    You must be logged in to view attached files.
    #266654

    Hello,

    1. You can change the column number from Theme Settings >> Shop >> Product Grid >> change the Product columns to 2 then it will show in the center:
    https://ibb.co/T0Ys7GS

    2. Also, you can change the color by using the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global Custom CSS Section:

    .category-grid-item .category-title {
        color: red;
    }

    Best Regards.

    #266662

    Fabi
    Participant

    Vielen Dank, das mit der Farbe ging.

    Jedoch das mit der Produktespalte nicht. Ich will diese Änderung nur bei der Shop-Seite, das es auf zwei Spalten kommt. – Wenn man dann auf die Shop-Kategorien geht, soll es bei 4 Spalten bleiben.

    #266676

    Hello,

    Ok, Use the below custom CSS code as well:

    .post-type-archive-product .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)