How do you control whether the date and the print icon appear or not? I would like to remove the date from all of the menus. The print icon shows on all of the menus except for one. I have no idea why it shows on all and not this specific one. It doesn't show on Toy's Favorite Entrees.
http://www.toysthai.com
Print and Date
-
- Phoca Newbie
- Posts: 1
- Joined: 22 Aug 2011, 14:52
Re: Print and Date
I need to remove date from Daily Menu
Please respond .........................
Thanks
Marc
Please respond .........................
Thanks
Marc
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Print and Date
Hi, print icon can be activated/deactived in the parameters - in menu link to daily menu.
The Daily menu displays the date as default, in other case the code needs to be modified to not display it or better, just set "display:none" for the css class of the date, so it will be not displayed on the site, in the template css.
Jan
The Daily menu displays the date as default, in other case the code needs to be modified to not display it or better, just set "display:none" for the css class of the date, so it will be not displayed on the site, in the template css.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 30 Nov 2011, 15:45
Re: Print and Date
Hi I am new to Joomla, can you please tell me where can I find the template css to change the css class of the date to "display:none".
Thanks
Tom
Thanks
Tom
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Print and Date
Hi, you can set it in Phoca Restaurant Menu CSS:
components/com_phocamenu/assets/phocamenu.css
Jan
components/com_phocamenu/assets/phocamenu.css
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 30 Nov 2011, 15:45
Re: Print and Date
Hi, changing anything in phocamenu.css has no effect? - even removing the file phocamenu.css does not change the appearance of the page. Am i doing something wrong?