Created
November 27, 2016 17:11
-
-
Save sarvar/7e21b4bb3ba07ffd88ff3e7efb112284 to your computer and use it in GitHub Desktop.
Wordpress ACF field into a stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| html, body {background-color:<?php the_field('page_background_color', 'option' );?>;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment