SEO, Internet Marketing (eMarketing) and Joomla Web Design
Home Joomla 1.5 Web Development Project Fork Hide Project Fork logo change link color
Joomla 1.5 Web Development
Hide Project Fork logo change link color
Wednesday, 12 November 2008 13:44

Question:
How do I change the default link colors from green to red? Also, how do I remove the logo?

Answer:
Unlike other components, the front end of Project Fork uses the templates of the admin. So, you need to open administrator > components > com_projectfork > themes > default > css > projectfork.css.

Edit:

.pf_navigation td.btn_section a.pf_button
{
color:#YOURCOLOR !important;

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

 

Add your comment

Your name:
Subject:
Comment:
  The word for verification. Lowercase letters only with no spaces.
Word verification:
Sign up for eNews




+ Suggested tags