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 

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
NagendraNagendra (Salesforce Developers) 
Hi Max Michael Ingraham-Rakatansky,

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

Please refer below links. 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