How to put tagline between main menu and main content

Discussion in 'BlogSpring WordPress Theme.' started by creivox, Apr 8, 2014.

  1. creivox

    creivox New Member

    Joined:
    Mar 4, 2014
    Messages:
    2
    Likes Received:
    0
    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?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    2014-04-09_1734.png




    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
     

Share This Page