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
Diane Clayton 6Diane Clayton 6 

visual force pages and custom css

Hi
I have a VF page with a standard controller. I want to style it with custom css to make it looks like an Angular site it needs to integrate with. I have achieved the look I want by setting standardstylesheet to false however the buttons don't work anymore. 
Is it possible to do what I'm trying to do?
ANUTEJANUTEJ (Salesforce Developers) 
Hi Diane,

>> https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_styling_custom.htm

The above link has an implementation of using CSS in the visualforce page within a style tag or as a static resource.

>> https://www.mirketa.com/salesforce-customization-styling-visualforce-pages/

Another example of a similar use case you can try checking.

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.
Diane Clayton 6Diane Clayton 6
Thank you Anutej. My problem was actually that the form wasn't valid but without the standard stylesheets it wasn't obvious. The buttons did work once required field was filled in.