Remove Fabian Color

I want to remove fabian color from the main menu. how do i disable it.

3 answers

Profile photo of Saguaros 0.00 $tone February 14, 2010
Public

Hello guy!

Please kindly open the file : app\design\frontend\default\jm_fabiantemplate\cat alognavigationtop.phtml
and remove the following codes:

PHP Code:

  <li onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" >
            <a href="#"><span>Fabian's Color</span></a>         
            <?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?>
        </li>


Good luck

#1
Profile photo of ILKER YALCIN 0.00 $tone May 21, 2010
Public

hi, thanks for answer.
how can i edit it?
i dont want to remove. only want to edit.

I can change fabians color text but how can add more submenu with intern link

please help, i need it.

#2
Profile photo of Css Magician 0.00 $tone May 24, 2010
Public

Dear ilkeryalcin,

Thank you for contacting JoomlArt.

In order to change fabians color text, please edit lines 46 in file app\design\frontend\default\jm_fabiantemplate\pag e\ja_vars.php as follows:

Code:

$tmpTools->setColorThemes (array('default','your color 1','your color 2'));
#3

Please login or Register to Submit Answer

Written By

Comments