Hello,
is it possible to configure that the name/title of a list in the "Bill of fare" is not shown in the frontend? Maybe with a change in one of the PHP files?
Regards,
Frank
Do not show Name/title of list in "Bill of fare"??
-
- Phoca Member
- Posts: 16
- Joined: 12 Dec 2017, 08:33
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Do not show Name/title of list in "Bill of fare"??
Hi Frank,
sorry, I don't understand. When checking the demo here: https://www.phoca.cz/restaurantmenudemo/en/bill-of-fare
and would use:
#phocamenu .pmtitle {
display:none;
}
then there is nothing - except group-title and price.
Could we see it, what you mean?
Thanks & kind regards, Christine
sorry, I don't understand. When checking the demo here: https://www.phoca.cz/restaurantmenudemo/en/bill-of-fare
and would use:
#phocamenu .pmtitle {
display:none;
}
then there is nothing - except group-title and price.
Could we see it, what you mean?
Thanks & kind regards, Christine
-
- Phoca Member
- Posts: 16
- Joined: 12 Dec 2017, 08:33
Re: Do not show Name/title of list in "Bill of fare"??
Hel Christine,
thank you the hint with "display:none;"
But as I would like to not display the name/title of the lists I tried
#phocamenu .pmlist {
display:none;
}
And it is working now :-) The name/title of the lists is no longer shown in the frontend.
Frank
thank you the hint with "display:none;"
But as I would like to not display the name/title of the lists I tried
#phocamenu .pmlist {
display:none;
}
And it is working now :-) The name/title of the lists is no longer shown in the frontend.
Frank
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Do not show Name/title of list in "Bill of fare"??
Hi Frank,
that's fine & thanks for your information.
Kind regards
Christine
that's fine & thanks for your information.
Kind regards
Christine