Body background color / News

December 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Sep 04, 2015 7:18 pm
Reply with quote
Report this post
Hello. Can you show me exactly the lines in order to change the background color. I know how to use the Custom CSS code. After installed the template the whole background got gray.
Thanks.
User avatar
Senior Boarder

GK User
Fri Sep 04, 2015 8:24 pm
Reply with quote
Report this post
Hi,
I may be wrong but you talk about main body background color?
Now you have #F7F7F7 ?
Use
body {background:#ColorCode;}
User avatar
Platinum Boarder

GK User
Sat Sep 05, 2015 11:39 am
Reply with quote
Report this post
Thanks for your answer. Look, I was using the line you gave me but nothing happened. The body (background) still gray instead of white. I attached a screenshot with the settings that I have under the advanced setting.
User avatar
Senior Boarder

GK User
Sat Sep 05, 2015 4:35 pm
Reply with quote
Report this post
can you add URL here,
I'm not sure if we talk about this same background.
User avatar
Platinum Boarder

GK User
Sat Sep 05, 2015 4:39 pm
Reply with quote
Report this post
angulosalternos.com
User avatar
Senior Boarder

GK User
Sat Sep 05, 2015 4:44 pm
Reply with quote
Report this post
First you have terrible mess in css code,
background color is defined 2 times with gray color!
mess.png

---
Right code should be:
body {
background: #fff !important;
}
User avatar
Platinum Boarder

GK User
Sat Sep 05, 2015 5:14 pm
Reply with quote
Report this post
I walked that road already. The background remains gray.
User avatar
Senior Boarder

GK User
Sat Sep 05, 2015 5:16 pm
Reply with quote
Report this post
I cleaned the cache of Joomla and all browsers that I have.
User avatar
Senior Boarder

GK User
Sat Sep 05, 2015 6:54 pm
Reply with quote
Report this post
Please remove this trash code:
body{background-color: #f7f7f7 !important}
body{background: #f7f7f7 !important}
body{background-size: 100% 100% !important}
body, div.container, a{font-family: '', 'Open Sans' !important}


it wasn't added by template, so probably it was added by ??? you ??
User avatar
Platinum Boarder

GK User
Sat Sep 05, 2015 7:36 pm
Reply with quote
Report this post
Sure no a problem, just tell me where because I just remember wrote the firsts two lines ( body{background-color: #f7f7f7 !important} / body{background: #f7f7f7 !important} ) trying to figure it out how to find the enigma and was using the Custom CSS code.
User avatar
Senior Boarder

GK User
Sat Sep 05, 2015 7:53 pm
Reply with quote
Report this post
I hope you have found issue at least,
in CSS order is also important.
User avatar
Platinum Boarder

GK User
Sat Sep 05, 2015 7:59 pm
Reply with quote
Report this post
I didn't find anything. I'm still having the problem. I understand the css order concept.
User avatar
Senior Boarder

GK User
Sat Sep 05, 2015 11:52 pm
Reply with quote
Report this post
Maybe use :
1) PHPMyAdmin to find from which extension this code is loaded
2) Or use search option in your FTP / Explorer tool to search in files.
I hope you will find a guilty resource fast.
User avatar
Platinum Boarder


cron