Jump to content
  • 0

Format Specific Field on List type report


StephenS

Question

I have a simple report which uses the 'List' format.   The report contains 4 fields, and a Picture field, and simply lists the records each showing the 4 fields and picture

 

I would Like to format just the first field which is named 'FULLNAME'   I wish to make the text bolder and increase its size.  

 

I have tried to find code to do this but cannot find anything on the specific forms for 'List' style reports  only forms or tabular.  

 

Any hel gratefully appreciated  

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello @StephenS,

Add the following styles to the 'Configure Results Page Fields' page Header.

 Disable the HTML editor on the Advanced tab before pasting the code:

<style>
.cbResultSetPanelDataContainer > dd:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
}
</style>

If you have labels or if you deleted them, the code should work:

L0A2UpI.png

If you need further assistance, feel free to update this thread. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...