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
Phoca Restaurant menu Date
-
- Phoca Member
- Posts: 36
- Joined: 16 Mar 2009, 12:26
Re: Phoca Restaurant menu Date
Putting the following in your custom css might make it disappear:
In fact there are classes on most of the elements of the component; so you can manipulate the styles easily for almost everything.
Code: Select all
#phocamenu .pm-date { display:none; }
-----
Using: Restaurant Menu Pro, Gallery, Maps, Guestbook, PDF
Using: Restaurant Menu Pro, Gallery, Maps, Guestbook, PDF
-
- Phoca Newbie
- Posts: 2
- Joined: 01 Jul 2009, 08:52
Re: Phoca Restaurant menu Date
Thanks, It is working