[OzzModz] Post Link Color

[OzzModz] Post Link Color 2.0.0

No permission to download

Ozzy47

Well-known member
Ozzy47 submitted a new resource:

[OzzModz] Post Link Color - Change the color of links in posts

Simple addon that will allow you to set a different color for links in posts. By default XF only allows you to change the link color globally. On initial install, the color of links will use the @xf-paletteColor4 color.

To change the color navagate to Appearance > Styles > (YOUR STYLE) > [OzzModz] Post Link Color

Style Properties:

View attachment 277682

Read more about this resource...
 
Ozzy47 submitted a new resource:

[OzzModz] Post Link Color - Change the color of links in posts



Read more about this resource...
It will be better this way:

Less:
/* Links in messages and resources */
.message .link {
    color: @xf-your_styleProperty;
    &:hover {
        color: @xf-your_styleProperty;
    }
}

.resourceBody .link {
    color: @xf-your_styleProperty;
    &:hover {
        color: @xf-your_styleProperty;
    }
}
/* End. Links in messages and resources */
 
Top Bottom