Shape 5

Joomla Templates => TheClassifieds - Club => : Dszone May 07, 2017, 09:03:38 PM



: Color change
: Dszone May 07, 2017, 09:03:38 PM
hi
i was trying to get access to edit  TERM, COPYRIGHT area and  i dont really know where to go to,and by clicking buttons i did changed footer color by mistakes.i need instructions to bring it back to default color please


: Re: Color change
: jonahh May 08, 2017, 11:33:59 AM
Hello,

If you can post a URL I can see where you changed the color. For access you just edit the file directly in the following file:  /vertex/footer.php


: Re: Color change
: Dszone May 08, 2017, 04:07:53 PM
visit www.tendencyfox.com and look at the very bottom and you will see the footer area.i need to bring it back to default color please


: Re: Color change
: jonahh May 09, 2017, 12:37:08 PM
Ok just add the background line of CSS as shown below to the body tag in your template.css line 1:

:
body {
    background: #363636 none repeat scroll 0 0;
    color: #191919;
    font-size: 1em;
    font-weight: 300;
    line-height: 150%;
}


: Re: Color change
: Dszone May 11, 2017, 05:05:47 AM
Hi Jonah thanks for the reply
Something weird just happened I used the code that you give me.and the template was completely change figure. I even deleted the tmplate reinstall everything after a while the footer changing color it self that's weird I have no explanation for it maybe you know what went wrong. Help buddy please


: Re: Color change
: jonahh May 11, 2017, 10:48:19 AM
I just took a look and your site seems to be loading for me? I guess you fixed it. Just be sure to not missing any closing tags on the CSS or else it will break the entire site formatting.


: Re: Color change
: Dszone May 11, 2017, 02:56:11 PM
hey Jonahh
i used your code everything remained the same that footer kicking my butt so hard nothing change still white  buddy.i will pm your the login info  to see whats wrong.
 body {
    background: #363636 none repeat scroll 0 0;
    color: #191919;
    font-size: 1em;
    font-weight: 300;
    line-height: 150%;
}


: Re: Color change
: jonahh May 12, 2017, 01:35:03 PM
Thanks, I got your login info but there are no user names included, just the passwords. Can you let me know the user names too?


: Re: Color change
: Dszone May 12, 2017, 01:48:46 PM
hahahaha stupid i am

user: Dszone

cpanel:tendency
same password for both


: Re: Color change
: jonahh May 15, 2017, 01:01:03 PM
No worries :) Thanks for usernames I was able to login and ended up adding the below to fix it:

:
#s5_footer_area1 {
  background: #363636;}


: Re: Color change
: Dszone May 15, 2017, 01:06:33 PM
Great support man thank you so much.


: Re: Color change
: jonahh May 16, 2017, 11:41:05 AM
You are welcome :)