Community

how to remove borders from views display

i have a views page where i displayed my fields in grid format. But this always end up with borders when it's being displayed on my site. How do i configure these grid and remove the borders? Thanks.

Comments

You could do this in your

You could do this in your stylesheet. Something like:

.views-view-grid td{
border:0;
}

Offering SME's Social Media packages & Drupal website services - www.mylocalelectrician.co.uk

Here's a scenario worth

Here's a scenario worth considering: removing the border from specific views.

For example, let's say you have multiple views but you wish to remove borders from only 1 or 2 of them. What then? Do any options exist besides adding more CSS somewhere or overriding the view template(s)? Perhaps some sort of option in the respective view edit page?

Does anything like this exist?

nobody click here