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

pbarnett - September 12, 2007 - 22:09

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

Summit - September 13, 2007 - 07:15

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

pbarnett - September 13, 2007 - 17:16

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

artatac - September 13, 2007 - 08:31

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

Summit - September 14, 2007 - 11:17

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

Summit - December 27, 2007 - 23:00

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

 
 

Drupal is a registered trademark of Dries Buytaert.