Support

Account

Home Forums General Issues Options page Styles Reply To: Options page Styles

  • <?php
    header(“Content-type: text/css; charset: UTF-8”);
    ?>
    section.module.parallax-2 {
    background-image:url(“<?php the_field(‘bg1’); ?>”);

    }
    section.module.parallax-3 {
    background-image:url(“<?php the_field(‘bg2’); ?>”);
    }