How do I add a 4th section for a footer

Discussion in 'Forum Rules' started by hghplus, Mar 9, 2013.

  1. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
    Right now there are 3 sections on the footer. How can I add a 4th?


    And also how do I modify the size of the footer, and add links.

    The URL is DocWellnessWorld.com

    Thank you kindly.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Unfortunately there isn't a way to do that with this theme unless you custom code something up. Sorry.

    We can not change the size of footer because if we will try to change the width of the footer widget area
    then the theme layout will be broken.
    If you want to add link in the footer widget area then follow the steps given below.

    1. Go to the Widget panel (Appearance -> Widgets) in your dashboard and drag the text widget in the footer widget area.
    2. Paste the anchor href code given below in the text widget and put you test in that anchor href code and save it.
    Code:
    <a href="put your link here"  target="_blank">put your text here</a>
    For the reference see the image given below[​IMG]
     
  3. hghplus

    hghplus Member

    Joined:
    Jan 24, 2013
    Messages:
    30
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper .content .post .post_meta{
    display:none;
    }
    .content_wrapper .content .post .post_content .read_more{
    display:none;
    }
     

Share This Page