Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #922477

    Hallo,

    auf dem Blog ist in jedem Beitrag der Titel mit Datum der Veröffentlichung in einem schönen Rahmenfenster dargestellt.

    Wie kann ich dies auch in meinem Beitrag darstellen?

    Besten Dank.

    #922858

    Hey kletterfreak,

    Could you please give us a link to your website, we need more context to be able to help you.
    Do you mean that you want a border around blog post title and meta?

    Best regards,
    Victoria

    #923171

    Hallo,

    meine Webseite ist noch nicht online. Ja genau, ich meine es wie bei der Beispielwebseite. Da steht ja ganz oben in einem Kästchen:

    TOURENBERICHTE
    DER BIRGELER URWALD – IMMER NOCH EIN GEHEIMTIPP?
    Veröffentlicht am 1. März 2018

    So etwas wäre toll.

    Grüße

    #923272

    Hi,

    Without the site being online it would be a little tough to style without knowing the exact classes you’re using. This should work though:

    article .entry-header {
        margin-bottom: 6px;
        padding: 24px 10px 23px;
        text-align: center;
        border: 1px solid #dadada
    }

    Best regards,
    Jordan Shannon

    #923291

    Danke. Ja das kann ich verstehen. Wo muss ich den css code eingeben?

    Danke.

    #923313

    Hi,

    You enter it in quick css. Enfold Options > General Styling > Quick CSS.

    Best regards,
    Jordan Shannon

    #924024

    Hi,

    leider funktioniert es nicht. Ich habe den css Code eingetragen, aber es verändert sich nichts.

    Gruß

    #924043

    Hi,

    Did you make sure to add it to the very top of the quick css so that it runs first? Also, please be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #928481

    Hi,

    ja den Cache habe ich schon mehrfach gelöscht. Was meinen Sie mit “ganz oben eingefügt, dass der css zuerst läuft?

    Gruß

    #928570

    Hi,
    Jordan means to place the code above all other code in the General Styling > Quick CSS field
    2018-03-17_153655
    Another option would be to place the code in the WordPress > Customize > Additional CSS field
    2018-03-17_154015
    The only other option since your site is off line, is to either put it on line or to share a copy of it using the plugin all-in-one-wp-migration
    All-in-One WP Migration tutorial

    Best regards,
    Mike

    #930749

    Hallo,

    es funktioniert leider nicht.

    Viele Grüße

    #930997

    Hi,
    Können Sie Ihre Website mit einem temporären Host online stellen, damit wir Ihnen helfen können?

    —translation—

    Can you please put you site online with a temporary host so we can assist?

    Best regards,
    Mike

    #931498

    Hallo,

    die Seite ist online. ZUgangsdaten siehe unten.

    Danke.

    #932074

    Hallo,

    konnten Sie schon schauen? Ich möchte nicht gerne solange einen zweiten Benutzer in WOrdpress angelegt haben.

    Danke.

    Gruß

    #932200

    Hi,
    Probieren Sie diesen Code im Feld General Styling> Quick CSS aus:

    h2.post-title {
        margin-bottom: 6px;
        padding: 24px 0 24px 0!important; 
        text-align: center;
        border: 1px solid #dadada
    }
    .entry-content-header span.av-vertical-delimiter {display:none !important; }

    —translate—

    Try this code in the General Styling > Quick CSS field:

    h2.post-title {
        margin-bottom: 6px;
        padding: 24px 0 24px 0!important; 
        text-align: center;
        border: 1px solid #dadada
    }
    .entry-content-header span.av-vertical-delimiter {display:none !important; }

    Best regards,
    Mike

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.