Phoca Restaurant menu Date

Phoca Restaurant Menu - restaurant menu manager
kabita
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 01 Jul 2009, 08:52

Phoca Restaurant menu Date

Post by kabita »

Hi

I downloaded Phoca Restrurant Menu component

Added some menu item
It is displaying a last updated date on the top of the menu which I do not want, how can I hide that date

your help will be appreciated

Kabita
willson
Phoca Member
Phoca Member
Posts: 36
Joined: 16 Mar 2009, 12:26

Re: Phoca Restaurant menu Date

Post by willson »

Putting the following in your custom css might make it disappear:

Code: Select all

#phocamenu .pm-date { display:none; }
In fact there are classes on most of the elements of the component; so you can manipulate the styles easily for almost everything.
-----
Using: Restaurant Menu Pro, Gallery, Maps, Guestbook, PDF
kabita
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 01 Jul 2009, 08:52

Re: Phoca Restaurant menu Date

Post by kabita »

Thanks, It is working
Post Reply