How to get rid of grey color of "popular alltime" and "popular recent" blocks
Summit - September 12, 2007 - 20:33
Hi,
I first posted this question in views, but there it is said that views doesn't do css (http://drupal.org/node/174862).
I am trying to get rid of the grey color of the popular alltime and popular recent blocks.
Can somebody please help me? Is this a .css thing, if so where can I find this?
Thanks in advance,
Greetings,
Martijn

Modifying themes
Hi, Martijn.
This is indeed a CSS thing, but to be able to help you with your issue we would need to know what theme you're using.
Pete.
Slash theme
Hi,
I am using the slash theme: http://drupal.org/project/slash
What do I have to alter for not having the grey color on these popular-content-views-blocks?
Thanks in advance!
Greetings,
Martijn
I installed the Slash theme
and enabled the Statistics module; the popular content view blocks look the same as all the rest; see this screenshot...
Pete.
Install firefox and firebug
Install firefox and firebug to look at where the css is getting the grey colour from then adapt as required
http://www.mozilla.com/en-US/firefox/?from=getfirefox
http://www.getfirebug.com/
Installed firebug
Hi,
I have installed firebug.
I see that it inherites the color from the body element:
body {background: #ddd;
color: #000;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 84%;
margin: 8px;
padding: 0;
}
Now I now where the grey (#ddd) is coming from, but I don't want to get rid of this grey color in all my other body inherite places.
I only want to get rid of it in this popular content views.
Do I need to add an css element with my wanted color white (#fff) anywhere in the code?
Can somebody please help me?
As said I am using the slash theme.
Thanks in advance!
Greetings,
Martijn
Grey color inheritence
Hi,
Could this help?
http://drupal.org/node/124658#comment-267745
I just still have the grey color on my content-area..
please help!
thanks in advance!
greetings,
Martijn