Question
3
Replies
523
Views
Synechron
Posted: July 7, 2017
Last activity: July 18, 2017
Closed
Skin rule css overrides the workform_accessibility css
Once we enable to accessibility, workform_accessibilty css file is getting applied, but still most of the styles are getting overridden by skin rule css. below screenshot for better understanding.
Please help me, what other changes do i need to make inorder to take workform_accessibility precedence rather than skin rule.
Hello Satish,
Thanks for posting queries in PDN.
In order to override the skin rule css properties you need to add "! important " for the properties which you want to override in workform_accessibilty css file.
For example:
background-color: red !important;
Thanks & Regards,
Durga