Add a template for SOPs to make them look attractive

Need help? Please give a detailed explanation of your problem.
Post Reply
Joined: Mon Apr 19, 2021 8:27 am
Website: www.scottcoxconsulting.com

Add a template for SOPs to make them look attractive

  • Quote

Post

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.
Support Team
Support Team
Website: www.allprowebtools.com
Contact:

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

  • Quote

Post

Thanks for this suggestion. We will add a selector to the SOP HTML on Wednesday so that you can style it in CSS properly.
Website: www.scottcoxconsulting.com

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

  • Quote

Post

Thank you.
please confirm here once the selector get added for SOPs.
Regards,
Trannum
Support Team
Support Team
Website: www.allprowebtools.com

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

  • Quote

Post

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;
}
Post Reply