function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lorr McLorr Mc 

Add Code to CCS in Community for new sections

Hi, 
I have a CCS code that removed the system information fields from the community page, but I need to add to it so that I can split the display into sections, as shown below. 

User-added image
Currently shown in community like this. 
User-added image
I have never worked with CCS bofore so reall not sure how to do this. please advise. 

Thank You, 
Lorr
VinayVinay (Salesforce Developers) 
Hi Lorr,

Below is the sample snippet.
 
<p class="field-title" title="SubField1"><b>SubField1</b></p> <div class="slds-truncate" title="SubField2-1"><b>SubField2-1</b></div>

Review below references which can help you.

https://help.salesforce.com/articleView?id=siteforce_communities_branding_creating_styles.htm&type=5
https://developer.salesforce.com/forums/?id=906F0000000AlxiIAC
https://developer.salesforce.com/forums/?id=9062I000000IKEWQA4
https://developer.salesforce.com/forums/?id=9060G000000XcpNQAS

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar