Styl editieren im benutzerprofil

Lemminator

Manchmal verpeilt
Lizenzinhaber
Registriert
2. Dez. 2013
Beiträge
3.020
Punkte
153
XF Version
PHP-Version
7.0
MySQL/MariaDB
5.6.24
Provider/Hoster
All-Ink.com
Hi

Ich möchte gerne im benutzerprofil etwas anpassen nur leider finde ich es nicht wo dies steht :(((

Hier 2 Bilder hab die Stellen umrandet .

Hoffe jemand kann mir weiter helfen

Lg
 

Anhänge

  • image.jpg
    image.jpg
    25,3 KB · Aufrufe: 4
  • image.jpg
    image.jpg
    75,8 KB · Aufrufe: 5
ok nummer eins habe ich endlich gefunden *stolz* :) findet man unter

member view.css
Code:
.textWithCount.subHeading .count
        {
            margin: -3px 0;
            padding: 2px 6px;
            border-radius: 5px;
            border: 1px solid @secondaryLighter;
            background-color: @secondaryLightest;
            color: orange;

color: orange ändert die schriftfarbe ^^

und nummer 2

xenforo_section.css
HTML:
.xenForm .sectionHeader
{
    @property "textHeading";
    font-weight: bold;
    color: white;
    padding-bottom: 2px;
    margin: 10px auto 5px;
    border-bottom: 1px solid @primaryLighterStill;
    @property "/textHeading";
}

hier auch der color ändert die schriftfarbe
 
Zurück
Oben