Support

Account

Home Forums General Issues Adding custom CSS class in body_class() Reply To: Adding custom CSS class in body_class()

  • Could you just add it to template file?

    <?php $value = get_field(‘page_layout’); ?>

    <body class=”<?php echo $value; ?>”>