| Hide Project Fork logo change link color |
| Wednesday, 12 November 2008 13:44 | |
|
Question: Answer: Edit: .pf_navigation td.btn_section a.pf_button Or, you could create a custom theme as described in the documentation of Project Fork. To remove the logo you can open and edit administrator > components > com_projectfork > themes > default > index.php Around line 75 change <div id="theme_logo"><?php $pf_theme->loadPanels('theme_logo'); ?></div> to... <div id="theme_logo"><?php //$pf_theme->loadPanels('theme_logo'); ?></div> Or, remove the line all together. Another way to just open the logo image resave as a transparent png. You can find it here: administrator > components > com_projectfork > themes > default > images > logo.png
|

































