XenForo Custom thread title

</clown>

Loyal Member
In extra.less
CSS:
.structItem-title a:not(.labelLink) {
    background-color: red;
    background-image: linear-gradient(to right, #669 0%, #ac0d57 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

Result:
image0ccada04f03b0b57.md.png
 

ngbaze

Rising 🤑Billionaire💰
Loyal Member
In extra.less
CSS:
.structItem-title a:not(.labelLink) {
    background-color: red;
    background-image: linear-gradient(to right, #669 0%, #ac0d57 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

Result:
image0ccada04f03b0b57.md.png
thank you
 
Back
Top Bottom