Mein letztes Problem vor der Veröffentlichung der Website

Hallo zusammen,
ich fange an, meine Website zu bewerben. Ich möchte das letzte Problem lösen, auf das ich gestoßen bin. Bitte helft mir :pray:

Ich verwende diesen Code. Ich habe nur einige überflüssige Teile entfernt.
Von diesen Codes habe ich die Felder für den Desktop-Tab und den Mobile-Tab nicht hinzugefügt.

/* kategori */
body .category-list [data-category-id="37"],body .category-list [data-category-id="37"] {
    position: relative;
    margin-top: 50px;
}
body [data-category-id="37"]::before {
    content: "▼ YAPIMCISINDAN MMORPG";
}
body [data-category-id="37"]::before,body [data-category-id="37"]::before {
    position: absolute;
    top: -35px;
    left: 0;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(247, 247, 255,.9);
    border-left: 3px solid #e53967;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #36364d;
}

body [data-category-id="31"]::before,body [data-category-id="31"]::before {
    position: absolute;
    top: -35px;
    left: 0;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(247, 247, 255,.9);
    border-left: 3px solid #e53967;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #36364d;
}

body .category-list [data-category-id="31"],body .category-list [data-category-id="31"] {
    position: relative;
    margin-top: 50px;
}
body [data-category-id="31"]::before {
    content: "▼ PRIVATE SERVER MMORPG";
}
/* kategori */

Wenn ich die Codes über F12 entferne, kommt das Hintergrundbild zurück.
Aber es erscheint nicht, wenn diese Codes vorhanden sind.


https://pvpfarm.com
Vielen Dank im Voraus an alle, die helfen.
Wenn es nicht funktioniert, werde ich diese Codes entfernen.
Aber diese Codes sind gut für die Website, ich kann die Kategorien trennen, es wäre großartig, wenn wir sie organisieren könnten.

1 „Gefällt mir“

Ich habe von den Codes :before zu :after gewechselt.
Das hat das Problem gelöst.
Ist das die endgültige Lösung?

1 „Gefällt mir“