Quote:
Originally Posted by nerowolfe
Hi, great tools, but I've a little problema, see the picture:
The background is white, the font is different and also. Can you help me?
|
modify the file
admincp\rhoovslider\slider_css.php
removing one of ../
Code:
<link href="../../cpstyles/global.css?v=410.css" rel="stylesheet" type="text/css" />
<link href="../../cpstyles/vBulletin_3_Silver/controlpanel.css?v=410.css" rel="stylesheet" type="text/css" />
in
Code:
<link href="../cpstyles/global.css?v=410.css" rel="stylesheet" type="text/css" />
<link href="../cpstyles/vBulletin_3_Silver/controlpanel.css?v=410.css" rel="stylesheet" type="text/css" />