By tawebworks on
How can I remove the "Body" label from my "Recovery Quote for the Month" block?
(Relevant site: http://www.tamiwhiteside.com)
How can I remove the "Body" label from my "Recovery Quote for the Month" block?
(Relevant site: http://www.tamiwhiteside.com)
Comments
the easy way would be to go
the easy way would be to go in your css and make
.views-label-body{
display: none;
}
as far as using views, i think there is an option when you load up your view click on the 'field' that you are showing and there should be an option for "display label" or somethin similar
---edit---
when I load up a block view and add a field to display, there is a checkbox labeled "Exclude from display"
I've tried both of these options...
...but .views-label-body is in none of my site CSS...
...and this is the message I get when I "Exclude from display"...
* Display Defaults uses fields but there are none defined for it or all are excluded.
* Display Block uses fields but there are none defined for it or all are excluded.
ok, for the css, you can
ok, for the css, you can just add this somewhere in your css file:
as for the views, i'm not very well versed in them, i assume since you are using the default body field, you cannot modify it in views
that css code added to your stylesheet will take care of it though, i already tested it out w/ firebug in my browser