How to underline post links

XenForo How to underline post links

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

How to underline post links - Styling and customization questions

Extra.less
Less:
a.link--internal
{
    text-decoration: underline;
}
a.link--external
{
    text-decoration: underline;
}
You can use this for hover over color, just change to your color.
Less:
a.link--internal:hover
{
    color: #CCC !important;
    text-decoration: underline;
}
a.link--external:hover
{
    color: #CCC !important;
    text-decoration: underline;
}

Read more about this resource...
 
  • Tags
    xenforo tips how to underline post links
  • Back
    Top Bottom