Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created November 27, 2016 17:11
Show Gist options
  • Save sarvar/7e21b4bb3ba07ffd88ff3e7efb112284 to your computer and use it in GitHub Desktop.
Save sarvar/7e21b4bb3ba07ffd88ff3e7efb112284 to your computer and use it in GitHub Desktop.
Wordpress ACF field into a stylesheet
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