The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Anas Ibrahim
Community Champion
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.

 

 

 

 

 

 

TAGS
AUG Leaders

Atlassian Community Events