[cXF] Thread prefix icons

XenForo [cXF] Thread prefix icons

UeCrew

Registered
Does anyone have an idea I have hidden the title but now it is also hidden in the thread filter.
I would like to have the prefix text displayed again in the filter but not in the thread and in the overview
CSS:
.label.label--pack-linux {
    background: #CD7F32;
    color: #fafafa;

    .label:not(.menuPrefix)& {
        font-size: 0;
    }

    &:hover {
        background: #2b2b40;
        color: #fafafa;
    }

    &:before {
        .m-faBase('Brands');
        .m-faContent(@fa-var-linux);
        padding-right: 5px;
        font-size: @xf-fontSizeLarger;
        padding-left: 5px;

        .label:not(.menuPrefix)& {
            font-size: @xf-fontSizeLarger;
        }
    }
}

1722794107189.png
 
Back
Top Bottom