Hello everybody

This is my first post . I began working on drupal 1 week ago . Quiet difficult for people with little html,css experience like me.
I would like to ask when creating a view and selecting as format display the grid option ( bartik theme )
what file should I change to have other background color of the default grey ?

Thank you very much for your time

Comments

panoulis’s picture

Ok after searching the forums I found out that the file you need to "play" with is style.css of the default bartik theme .

mukeysh’s picture

I think u have to make own css file and made changes to that file. If you want to change the background u have to use the id or class where the background color apply and write your css in seperate file.

tobbetobbe’s picture

I have the same problem. Did you solve it, panoulis? Or could Mukeysh explain a bit more. Using Firebug I can´t find the gray color to change in a css file. I can´t figure out where it comes from. The gray background color appears for example here: http://tobbeslabb.se/medlemmar

Lostmonkey’s picture

From your link it looks like you were able to solve this background problem Tobbetobbe? I am facing the same problem, would you like to share your solution?

Thanks!

Lostmonkey’s picture

Nevermind, I solved it by editing the 'Table Styles' in the css.

tobbetobbe’s picture

I did the same. I edited the views tables section in style.css in the Bartik css folder. On line 184-186 I changed to:

table tr {
  background: none
}
themesplanet’s picture

You can change the background color using CSS. Take class or id of that background and write your own css in css file or write separate file for it.

dcam’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing old issues. This support question was answered multiple times. Although if anyone else finds this issue, the more appropriate thing to do would be to create a Bartik sub-theme and then edit style.css in that. That way your changes aren't lost when you update Drupal.

maromen’s picture

Peolple,....Please,.. What is the directory path? I can´t found it