0

I need to customize a community with CSS, what is the best way to do this in Salesforce?

1

1 Answer 1

1

You have several options. I would recommend you to read the Visualforce Developer Guide

You can use inline Styling, however, it is best recommended you upload a CSS file to your Static Resources.

in order to load your custom CSS, you will want to

Use the tag or static HTML to include your own style sheet or styles.

as follows:

<apex:stylesheet value="{!$Resource.customCSS}" />

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.