CSS for bold Text for a Confiform Field

Dhiraj Kr_ Gupta
Contributor
June 14, 2024

I want to bold the values of Confiform Field (Text) in the output. Also if for text colors available 

 

1 answer

0 votes
Anas Ibrahim
Contributor
June 14, 2024

To bold the values of a Confiform Field (Text) in the output, you can utilize Wiki Markup provided by Atlassian Confluence. For example, you can make text bold by surrounding it with double asterisks **.

Here is an example of how to bold text in a Confluence field:

**Your Text Here**

 


For text colors, Confluence uses a combination of HTML and CSS. You can apply HTML spans to your text to change its color. Here's an example:

 <span style="color: red;">Your Text Here</span>
 

 

 

Here’s how to combine both bold and color in a single statement:

<span style="color: red; font-weight: bold;">Your Text Here</span>


If you are formatting the output within a macro or a specific field, ensure that the field supports HTML or Wiki Markup syntax.

 

 

 

 

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events