Bump!
Website link:
http://lsrpserver.com/forum/
--------------- Added [DATE]1497488025[/DATE] at [TIME]1497488025[/TIME] ---------------
Fixed!
In order to fix the issue, I searched for ".toplinks ul.isuser li.welcomelink a" within the style managers, bringing me to "vbulletin-chrome.css". I copied the following from there;
Code:
.toplinks ul.isuser li.welcomelink a {
display:inline;
float: none;
clear: none;
margin-{vb:stylevar left}: 0;
}
And pasted the following beneath it;
Code:
.toplinks ul.isuser li.welcomelink a:hover {
display:inline;
float: none;
clear: none;
margin-{vb:stylevar left}: 0;
}