Support

Account

Forum Replies Created

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

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

Viewing 2 posts - 1 through 2 (of 2 total)