Do not show Name/title of list in "Bill of fare"??

Phoca Restaurant Menu - restaurant menu manager
FrankWe
Phoca Member
Phoca Member
Posts: 16
Joined: 12 Dec 2017, 08:33

Do not show Name/title of list in "Bill of fare"??

Post by FrankWe »

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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Do not show Name/title of list in "Bill of fare"??

Post by christine »

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
FrankWe
Phoca Member
Phoca Member
Posts: 16
Joined: 12 Dec 2017, 08:33

Re: Do not show Name/title of list in "Bill of fare"??

Post by FrankWe »

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
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Do not show Name/title of list in "Bill of fare"??

Post by christine »

Hi Frank,
that's fine & thanks for your information.
Kind regards
Christine
Post Reply