Just purchased Famous Pro. How do I remove the Megathemes logo/link form the footer? There is an option to change footer in the "Famous Options" admin but it is empty. thanks
Just purchased Famous Pro. How do I remove the Megathemes logo/link form the footer? There is an option to change footer in the "Famous Options" admin but it is empty. thanks
Only via file footer.php by removing the link from there.
I'm the Admin here to help you out, Every time you post something make sure to include your website URL!
Where did you define the class 'logo' in the footer php file? I'd like to replace the MegaThemes image with my own logo
wp-content/themes/famous/css/global.css
Code:#footer a.logo { width: 133px; height: 29px; float: right; text-indent: -999999px; background: url(../images/megathemes.png) no-repeat left top; }
I'm the Admin here to help you out, Every time you post something make sure to include your website URL!
I have tried this by editing the ccs file by replacing the megathemes log with mine, and edited the footer php file, yet it still shows the megathemes logo??
any ideas what i might be doing wrong
www.avenuesigns.co.uk
See the css above, you haven't edited it.
Edit:
Actually, you have, but I see 2 global.css files.
http://avenuesigns.co.uk/wp-content/....css?ver=3.3.2
http://avenuesigns.co.uk/wp-content/....css?ver=3.3.2
the 1st one is being used and overrides the 2nd, you edited the 2nd css file.
I think it's because you are using a cache plugin or something.
I'm the Admin here to help you out, Every time you post something make sure to include your website URL!
hi
i renamed the 2nd global file but didn't delete it, so i deleted it and all ok know
many thanks