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
Max Michael Ingraham-RakatanskyMax Michael Ingraham-Rakatansky 

Where to find CommunitiesStyles.CSS in Communities Page

Hello,

I'm trying to find the specific stylesheet that Communities uses to format its CSS. According to the CommunitiesTemplate VF page, it's located within our Communities Force.com page. Do anyone know where I can find/view the CCS code itself? See below for the VF code referencing the stylesheet

<apex:page showHeader="false" sidebar="false" id="CommunitiesTemplate">
<apex:stylesheet value="{!$Site.Prefix}/communities/CommunitiesStyles.css"/>
<apex:insert name="header"/>
<apex:insert name="body"/> <apex:insert name="footer"/>
</apex:page>

Thanks!
Max
SandhyaSandhya (Salesforce Developers) 
Hi,

If am understood properly you can find this file in style sheets.

Please refer below link.

https://help.salesforce.com/HTViewHelpDoc?id=siteforce_style_css_create_sheet.htm&language=en_US
 
https://help.salesforce.com/HTViewHelpDoc?id=siteforce_communities_branding_creating_styles.htm&language=en_US
 
Hope this helps you!

Thanks and Regards
Sandhya