ogulcan

Customer
Hello, how can i remove the underline from reactions and dates ?
Thank you.

Reaction-Like
1742042324192.png

1742042336745.png


Forum list right sidebar
1742042781802.png
 
Solution
Try this in extra.less:

Code:
#XF a.u-concealed:hover, #XF .u-concealed a:hover, #XF a.reaction:hover .reaction-text, #XF a.reaction:focus .reaction-text
{
    text-decoration: none !important;
}
Try this in extra.less:

Code:
#XF a.u-concealed:hover, #XF .u-concealed a:hover, #XF a.reaction:hover .reaction-text, #XF a.reaction:focus .reaction-text
{
    text-decoration: none !important;
}
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back