I want to bold one word on my slideshow banner text. Using Refresh theme
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 withfont-weight: bold;applied via CSS
Both methods should achieve the desired bold formatting for the specific word in the banner text.
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,
