28 Jun by Anonymous
View Grid
Hi Rob,
How do I remove the grid styling which is output when content is displayed in a grid (views module) - a black hairline outline and lines which divide the rows.
I changed the theme to garland to see whether it was being output in Garland and it is not. How do I remove or alter this - color / number of border lines.
Regards,
Adrian
Tags:
Hi Rob,
How do I remove the grid styling which is output when content is displayed in a grid (views module) - a black hairline outline and lines which divide the rows.
I changed the theme to garland to see whether it was being output in Garland and it is not. How do I remove or alter this - color / number of border lines.
Regards,
Adrian
29 Jun
#1
This bit of CSS should remove it:
.views-view-grid, .views-view-grid tr, .views-view-grid td {
border: 0;
}



