How do I bold a single word in my Refresh theme slideshow banner text?

Topic summary

A user wants to bold a single word within their slideshow banner text on the Refresh theme.

Solution provided:

  • Wrap the target word in <b></b> tags, or
  • Use a <span> tag with font-weight: bold; applied via CSS

Both methods should achieve the desired bold formatting for the specific word in the banner text.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

I want to bold one word on my slideshow banner text. Using Refresh theme

1 Like

Hi @IlijaZ

Wrap this word in a tag or a span tag and give it font-weight: bold; in styles. It should work for you.

All the best,

Growave Team