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
ssousanssousan 

How to create a custom CSS file for FLOWS?

I need to completely change the design of a Visual workflow (FLOWS) I have made,

I know that I can provide a static CSS file as follows:

 

<apex:stylesheet value="{URLFOR{$Resourse.styles, 'styles.css')}"/>

 

But I don’t understand how to control the changes in each part of my Flow in the CSS file,

 

In Visual force markup language, this is straight forward, as this webpage show:

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_styling_custom.htm

 

I can define which parts are h1, p, or even define a style class.

 

But how can I do this with flows?

How do I even know the names of the objects in the flows?

 

I’m just calling the flow in my visual force page using one line:

 

<flow:interview name="Name"/>

 

Can anyone guide me to a website, pdf, or a webinar that demonstrates how to create/change a CSS static file for FLOWS?

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Vinita_SFDCVinita_SFDC

Hello,

 

Unfortunately as of now we can not add custom CSS to visual flows. This idea has been floating over ideaexchange, i would suggest you to vote this if you wish to have this functionality in near future. Link:

 

https://success.salesforce.com/ideaView?id=08730000000gxJNAAY