The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
In postbit under to username there is a bottom underline
How I lower this? Images : ![]() I indicated in the red square |
|
#2
|
||||
|
||||
|
It's hard to know without seeing the source code, but I would guess you can modify the css for the class .bigusername:
Code:
.bigusername { font-size: 14pt; }
Code:
.bigusername { font-size: 14pt; text-decoration: none;}
You can also add "none" under the text decoration part of the Main CSS for just alt2 and that may work also. |
|
#3
|
|||
|
|||
|
Tnx
|
![]() |
|
|