Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created August 3, 2014 20:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generatepress/281280fdfa57f905ce3b to your computer and use it in GitHub Desktop.
Save generatepress/281280fdfa57f905ce3b to your computer and use it in GitHub Desktop.
add_action('generate_inside_navigation','generate_add_nav_shadows');
function generate_add_nav_shadows() {
?>
<div style="left: 0; margin-top: -12px;max-width: 100%;position: absolute;text-align: center;top: 0;z-index: 2;"><img src="http://www.zahnarzt-lorenz.de/dropshadow2.png" ></div>
<div style=" bottom: -10px;left: 0;max-width: 100%;position: absolute;text-align: center;z-index: 2;"><img src="http://www.zahnarzt-lorenz.de/dropshadow2.png" ></div>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment