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

Pull {Site.Prefix} CSS stylesheet out of Community
Hello all,
Code-illiterate admin here, I'm trying to access a CSS file referenced within our Force.com Community. I'm just looking to change the color associated with our section heading, so once I find it it shouldn't be too hard.
Here's the VF Page "CommunitiesTemplate" that is being used in our Force.com site:
<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>
Do you have any idea how I can access/where I can find the CSS stylesheet "CommunitiesStyles.css" code itself and how I can alter it?
Thanks,
Max
Code-illiterate admin here, I'm trying to access a CSS file referenced within our Force.com Community. I'm just looking to change the color associated with our section heading, so once I find it it shouldn't be too hard.
Here's the VF Page "CommunitiesTemplate" that is being used in our Force.com site:
<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>
Do you have any idea how I can access/where I can find the CSS stylesheet "CommunitiesStyles.css" code itself and how I can alter it?
Thanks,
Max
If i understood properly you can find this file in style sheets.
Please refer below links.
- 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
Kindly mark this post as solved if the information help's so that it gets removed from the unanswered queue and becomes a proper solution which results in helping others who are really in need of it.Best Regards,
Nagendra.P