Miva Merchant Modules and Development
Want to start an online store? We work with you from start to finish, from commerce platform to design to SEO.
Experience counts, and we have a lot.

JQUERY: Add CSS Class to Body Tag

Scot Ranney • December 22, 2023


<mvt:comment>
#
# single-column may be Levels, but the idea is the same for all
#
</mvt:comment>

<script>
	$(document.body).addClass('single-column');
</script>

Also used for the tinted background for modals and other things.


https://www.scotsscripts.com/mvblog/jquery-add-css-class-to-body-tag.html

mvkb_css mvkb_jquery