My website is: http://www.tandyelisala.com
I cannot figure out how to add a line at the top of my main page that people see first. I want this displayed at the top before the menu bar.
Example:
I want to say: To order Healing Through the Chaos, click here. Click here for free resources. Connect with Tandy here (hyperlink)
Then, the menu bar and header display.
How do I do this? If this isn’t possible, how do I add this to my slider?
Hey TandyElisala!
You can edit header.php, find this code:
<div id='wrap_all'>
<?php if(!$blank){ ?>
Below add this code:
<div id="top-banner"><div class="container">To order Healing Through the Chaos, click here. Click here for free resources. Connect with Tandy here (hyperlink)</div></div>
Cheers!
Ismael