hidden-header-banner.php 1.3 KB

123456789101112131415161718
  1. <?php
  2. /**
  3. * Title: Header banner
  4. * Slug: screenplay/header-banner
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  9. <div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:paragraph {"align":"left","style":{"typography":{"lineHeight":1,"fontSize":"12px","fontStyle":"normal","fontWeight":"500"}},"fontFamily":"golos-text"} -->
  10. <p class="has-text-align-left has-golos-text-font-family" style="font-size:12px;font-style:normal;font-weight:500;line-height:1"><?php echo esc_html__( 'CROWDFUNDING AVAILABLE — Join now!', 'screenplay' ); ?></p>
  11. <!-- /wp:paragraph -->
  12. <!-- wp:paragraph {"align":"left","style":{"typography":{"lineHeight":1,"fontSize":"12px","fontStyle":"normal","fontWeight":"500","textTransform":"uppercase"}},"fontFamily":"golos-text"} -->
  13. <p class="has-text-align-left has-golos-text-font-family" style="font-size:12px;font-style:normal;font-weight:500;line-height:1;text-transform:uppercase"><?php echo esc_html__( 'Share', 'screenplay' ); ?></p>
  14. <!-- /wp:paragraph --></div>
  15. <!-- /wp:group -->