Replace graphic logo with text

xF2 Template Modification Replace graphic logo with text

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,375
Points
523

Reputation:

DareDevil submitted a new resource:

Replace graphic logo with text - graphic logo with text

add to extra.less

Less:
.header-logo-content-before() {
    font-family: 'Roboto';
    content: "xenForo";
    font-weight: bold;
    text-shadow: 3px 3px 3px #333;
}

.p-header-logo.p-header-logo--image {
    img {
        display: none;
    }

    a {
        &:before {
            .header-logo-content-before;
            font-size: 2em;
        }

        &:after {
            content: "- XenForo Community";
            position: relative;
            top: -2px...

Read more about this resource...
 
Top