Bold Text in Menu Items

Hi,

Is it possible to have bold text for menu items - does it need the /b code before it etc as just putting it in bold doesn't seem to work?

Where I am placing the text facilitates bold text so that is not an issue.

Many thanks :slight_smile:

Hi @Paul_Williams and welcome to the forum.

If I'm understanding correctly, you want your snippet to insert your chosen values in bold. If that's the case, just highlight the entire formmenu command (contents and all) and apply bold styling to it.

Like this:

{formmenu: item1; item2; item3}

Here's another option:

{formmenu: name=choice; item1; item2; item3}

{=choice}

Many thanks for that Cedric - exactly what I was looking for. :smiley:

1 Like