• Max Michael Ingraham-Rakatansky
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 1
    Replies
Hello Developers,

Code illiterate Admin here. I'm trying to find the stylesheet that is used in our Community VF page made by a previous developer who we no longer work with. We would just like to edit the colors being used in css style and section headers so once I find it should be a simple fix. 

Here's the VF Page "CommunitiesTemplate" that is being used in our Force.com page:
<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>

From what I understand, it seems like this VF page is overlaying the overall template of our community page using a CommunitiesStyles.css stylesheet. However, I can't find CommunitiesStyles.css anywhere in my org's static resources. Do you have any idea where I could find it? I've tried looking at all the /css files and .zip files in the static resources and none of them seem to reference CommunitiesStyes.css at all.

Thanks for your help, sorry if this seems like a simple question. 
Max