MathieuM maybe because that extension use the same route as tags page....and there's no space for welcome box there unfortunately, but u can override the css if you want to make it visible only to you

    a month later

    Justoverclock

    Hey, what rgba you write is I need background to be #1b2228 instead of blue one? I have no idea how rgba and box-shadows, and gradients work. total head ace.

    Also I try'd to enter this in custom css, but nothing works.

    .backgrwb {
    background: #1b2228;
    }

    Never mind. I edited files via FTP. for some reason Custom CSS does not overlap some elements.

    a month later
    2 months later

    HasanMerkit .

    @media @phone {
    .welcomebox-widget .AfruxWidgets-Widget-content {
        display: none !important;
     }
    }

      Justoverclock The extension is currently up to date.
      When I examined the code, I saw that this line was not used anywhere.

      const lastseenAt = user.data.attributes.lastSeenAt.slice(0, 10);

      Could you delete this line in the next update?

        6 days later