Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #935485

    Hallo Zusammen,
    ich wollte gerne die Schriftgröße und den Zeichensatz Style in den Portfolio Auszügen ändern und nutze dazu Quick CSS:
    Original ist:
    .grid-entry-excerpt {
    font-size: 12px;
    font-style: italic;
    margin-bottom: -2px;
    }
    Ich habe in Quick CSS eingetragen:
    .grid-entry-excerpt {
    font-size: 16px;
    font-style: normal;
    margin-bottom: -2px;
    }
    Was habe ich falsch gemacht?

    Liebe Grüße
    Jan

    #935509

    Hey yoice,
    Unter der Annahme, dass der Sektor korrekt ist, könnten Sie versuchen, am Ende Ihrer Regeln wichtige hinzuzufügen. Aber wir müssen die Seite und das Element sehen, um sicherzustellen, dass dies der richtige Sektor ist.

    .grid-entry-excerpt {
    font-size: 16px!important; 
    font-style: normal!important; 
    margin-bottom: -2px;
    }

    —-translate—

    Assuming that the sector is correct, you could try adding important to the end of your rules. But we will need to see the page and element to ensure that this is the correct sector.

    .grid-entry-excerpt {
    font-size: 16px!important; 
    font-style: normal!important; 
    margin-bottom: -2px;
    }

    Best regards,
    Mike

    #935556

    Hallo Mike, vielen Dank, mit Deiner änderung, hat er es jetzt nun auch übernommen

    • This reply was modified 6 years, 7 months ago by yoice.
    #935559

    Hi,
    Können wir noch etwas dazu beitragen, oder sollen wir das schließen?

    —-

    Is there anything else we can assist with on this, or shall we close this?

    Best regards,
    Mike

    #935560

    Tausend Dank, mit Deiner Änderung hat nun alles bestens funktioniert, es kann geschlossen werden…

    #935578

    Hi,
    Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.
    Zu Ihrer Information können Sie sich die Dokumentation hier herunterladen
    und die Video-Tutorials hier
    Und wenn es Funktionen gibt, die Enfold haben möchte, können Sie diese anfordern und die gewünschten abstimmen
    Für weitere Fragen oder Probleme, können Sie neue Threads unter Enfold Sub Forum starten und wir werden gerne versuchen, Ihnen zu helfen :)

    —-

    Glad we were able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Auszug Portfolio Einträge Schriftgröße ändern’ is closed to new replies.