How to modify the CSS for certificate?

I want to edit the Css file for the certificate. But I don’t know where to go to edit the file.
Sometimes it can be fixed. Sometimes it’s not.
openedx/edx-platform/lms/static/certificates/css# vim main-ltr.css
/openedx/edx-platform/lms/templates/certificates# vim _accomplishment-rendering.html

Hi choltha!

Have you tried locally in /env/build/openedx/themes/theme/lms/static/sass/partials/lms/theme/_extras.scss ? You can inspect the certificate CSS classes and overwrite them. If it works you can copy them in the theme you use.

Hey there, you can add custom styles if your are making your own html certificate templates using a style tag before the body! Hope that helps.