Hi everyone,
I am trying to add two <div> tags just after the <body> tag like so:
<div id="ombre-gauche">
<div id="ombre-droite">
...in order to recreate the shadow effect that we can find on http://www.mbdragan.com/ web site, which is pretty cool by the way.
All this with the function.php file. And I just cannot figure out how to add those div with a function.
Any idea?
Thanks in advance.
Pat