How to add class to SiteOrigin container div
-
If I check the markup for a SiteOrigin page on my site, I see that a div is being inserted with
id='pl-xxxx'
where xxxx is the ID of the post.<div class="entry-content"> <div id="pl-XXXX"> # the post </div> </div>
I think this div is being added by SiteOrigin, but I am not certain and have not yet found where in the source this div is being created.
Can someone confirm whether or not SiteOrigin creates a div with an ID=”pl-xxxx”?
And if yes, how can I globally add a class to this div?
- The topic ‘How to add class to SiteOrigin container div’ is closed to new replies.