I want to put my tagline below the menu and above the blogpost so when someone lands on the site they know what the site is about. http://automatic-preneur.com. How can I add my tagline to this area?
Hello, Go to index.php present in your theme directory and add the code given below Code: <div class="tag-line"><h6>ENTER YOUR TEXT HERE</h6></div> Check image for reference now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #top > div.tag-line > h6 { text-align: center; font-size: 20px; margin: 20px; } Thanks & Regards Gourav Shrivastava