You need to sign in to do that
Don't have an account?

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
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
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