Page 1 of 1

Add a template for SOPs to make them look attractive

Posted: Mon Apr 19, 2021 8:36 am
by Trannum3487
Greetings,
I did not find a way to add a template to SOPs to make them look structure. Although we can achieve that by adding CSS code and that would require to add some selector element to all the existing SOPs to avoid the CSS to get applied to SOPs only not the webpages.
Is there any solution to add a template and use while adding SOPs?
Thank you.

Re: Add a template for SOPs to make them look attractive

Posted: Mon Apr 19, 2021 12:19 pm
by Dave
Thanks for this suggestion. We will add a selector to the SOP HTML on Wednesday so that you can style it in CSS properly.

Re: Add a template for SOPs to make them look attractive

Posted: Wed Apr 21, 2021 7:29 am
by Trannum3487
Thank you.
please confirm here once the selector get added for SOPs.
Regards,
Trannum

Re: Add a template for SOPs to make them look attractive

Posted: Wed Apr 21, 2021 12:43 pm
by Lyza326
You can now use the div class for .sopcontent. I've placed an example below:

Code: Select all

.sopcontent {
    color: red;
    margin-right: 60px;
    margin-left: 100px;
}