The documentation clearly gives instructions to add the follwing to the style.css
QUOTE
Add a line to your style.css file (found in /sites/all/themes/zen/style.css, for example) that looks just like this:
div.event-start, div.event-end {
display:none;
}
UNQUOTE

I am using FANCY theme and found the style.css in the following location (unlike example given)
/themes/fancy/style.css

added the above code at the end of it
but that dosen;t hide the times field popping up in the event note or a CCK node using event.
I am sure i am doing wrong - something simple!!
Help please
ratnesh

Comments

michael_lessard_micles.biz’s picture

I added a comment that might help below the documentation page:
http://drupal.org/handbook/modules/event

EDIT: ignore this since my comment was deleted.

dreadstar’s picture

I also followed the above instruction but using garland theme and events module 6.x-2.x-dev. Editing the style.css file did not suppress the time field. Clearing the cache for good measure also did not help.

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.