Add class to “body” for a specific template style on Helix-ultimate Template

Add this to Template Styles > Template Options > Custom Javascript

jQuery(function ($) {
    $( 'body' ).addClass( 'my-style' );
});
Scroll to Top