Add a template for SOPs to make them look attractive

Need help? Please give a detailed explanation of your problem.
Post Reply
Trannum3487
Posts: 116
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Mon Apr 19, 2021 8:27 am
Website: www.scottcoxconsulting.com

Add a template for SOPs to make them look attractive

Post 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.
User avatar
Dave
Support Team
Support Team
Posts: 1221
Joined: Wed May 11, 2011 10:30 am
Website: www.allprowebtools.com
Contact:

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

Post 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.
Trannum3487
Posts: 116
Joined: Mon Apr 19, 2021 8:27 am
Website: www.scottcoxconsulting.com

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

Post by Trannum3487 »

Thank you.
please confirm here once the selector get added for SOPs.
Regards,
Trannum
User avatar
Lyza326
Support Team
Support Team
Posts: 16
Joined: Tue Jan 26, 2021 11:57 am
Website: www.allprowebtools.com

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

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