Tagged: restaurant menu
Hi,
I’m setting up a restaurant website for a client and have a question regarding the individual list items.
For each item on the menu it has a header and a sub text area. Presently the header is all in caps regardless of how you entered it. Is there a way in which to turn this off or at least toggle a word to lower case?
for example, If I had entered:
Beef, Chicken or Pork
it will display as:
BEEF, CHICKEN OR PORK
Is it possible to have this as:
BEEF, CHICKEN or PORK
or have it recognise usual formatting and I can then capitalise or lower case what I need?
Hey John,
Please try the following in Quick CSS under Enfold->General Styling:
.av-catalogue-title {
text-transform:none !important;
}
If that doesn’t work then please post a link to your site and point out the problem text.
Best regards,
Rikard
Thanks Rikard.
Awesome as always.
Cheers
John