How to remove footer and background

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Feb 22, 2012 8:01 pm
Hello I am using mystore template and using Joomla 2.5, but question is same for all i supousse.

I have 2 questions

a) Remove the footer

b) Change the background of the template, now is a draw will several tones of grey but i prefrer just one colour of grey, so a plane grey design.
User avatar
Fresh Boarder

GK User
Wed Feb 22, 2012 11:50 pm
1. Remove footer.
Code: Select all
div#gkFooter {display: none}


2. file template.css line 14, you need to remove background graphic file from code
Code: Select all
body { min-height:100%; background:#efefef url('../images/main_bg.png') no-repeat center 0; color: #444; }
User avatar
Platinum Boarder

GK User
Thu Feb 23, 2012 8:01 am
Thanks for support, background have been done, but i did not found " div#gkFooter " in any file.

My you please tell me where is this line.

As i only have found

Code: Select all
/* Footer */


#gkFooter {overflow:hidden; color:#555; font-size:90%!important; margin:0; height:24px; line-height:24px;  }
#gkFooterNav { float:left; width:auto;}
#gkFooterNav ul li { float:left; width:auto; margin:0 12px 0 0;  }
#gkFooter a { color: #666; }
#gkFooter a:hover { text-decoration:underline; }
#gkCopyrights { float: right; margin-top: 0; }
#gkStyleArea { float:right; margin:0 0 0 20px; width:auto; font-size:90%!important  }
#gkFrameworkLogo {background: url("../images/framework-logo.png") no-repeat scroll 0 0 transparent;clear: both;display: block;height: 42px;margin: 96px auto 0;opacity: 0.3;padding-bottom: 120px;text-indent: -9999em;width: 140px;}


But when i rewrite the still keep " Frame work logo"
User avatar
Fresh Boarder

GK User
Sun Apr 15, 2012 8:45 am
Please add code to override.css file where all custom changes should be made.
User avatar
Platinum Boarder


cron