By osg4drupal on
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.
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 Drupal website services to the UK - www.my-local-trades.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?
Resolution?
Curious if there was any resolution to your question.
I also wish to have a borderless, or key line free image with white gap.
you can give each view its
you can give each view its own css class. with that css class you are able to style each view seperate
This is the correct answer.
This is the correct answer. That setting is under Advanced in the View Edit page.
Anthony Pero
Project Lead
Virtuosic Media
http://www.virtuosic.me/