Support

Account

Home Forums General Issues Options page Styles

Solved

Options page Styles

  • is it possible to use <?php the_field('style', 'option'); ?>

    to allow a end-user to change a style sheet to change the theme colours

  • <?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)

The topic ‘Options page Styles’ is closed to new replies.