Skip to content

Instantly share code, notes, and snippets.

@karks88
Last active May 12, 2020 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karks88/74c0daa1df2edf5a0a908f22335be43d to your computer and use it in GitHub Desktop.
Save karks88/74c0daa1df2edf5a0a908f22335be43d to your computer and use it in GitHub Desktop.
A simple notification bar using the Block Lab WordPress plugin.
<div style="margin:30px auto; padding:5px 10px; background:<?php block_field( 'background-color' ); // Background Color (Color Field) ?>">
<span style="color:<?php block_field( 'text-color' ); // Text Color (Color Field) ?>"><?php block_field( 'message' ); // Message (Text Field) ?></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment