Support

Account

Home Forums Add-ons Gallery Field Upload to diffrent folder Reply To: Upload to diffrent folder

  • Figured out how to do what i wanted dirrently

    <?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’); ?>”);
    }