Advertisement
srikat

Untitled

Aug 26th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function sk_customizer_css() {
  2. ?>
  3. <style type="text/css">
  4. <?php if ( 0 < count( strlen( ( $home_top_background_image_url = get_theme_mod( 'sk_home_top_background_image' ) ) ) ) ) { ?>
  5. .home-top {
  6. background-image: url( <?php echo $home_top_background_image_url; ?> );
  7. }
  8. <?php } // end if ?>
  9. </style>
  10. <?php
  11. } // end sk_customizer_css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement