Footer - can add links

Discussion in 'ColorWay WordPress Theme' started by riazahmed, Feb 4, 2013.

  1. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Hi,

    This is my website

    http://www.lovelocktrips.com/

    Can I put links right at the bottom (dark green area), ie. contact, legal notice etc?

    See attached...

    Thanks
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Appearance > Theme Option > Footer Settings > Footer Text

    and add anchor tag there.

    For example

    Code:
    <a href="Enter your link address">Enter your text here</a>

    This will solve your issue.
     
  3. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Thank you,

    And what if I just want to attach a .pdf and don't have a URL/link. For example, if I have a .pdf in my library. Is it possible?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  5. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    I think my original question will not really work for me...

    To continue with my website, how can I space/arrange the links/items above the footer area in my website?

    Please see attached example, I would like to create something like this -
     

    Attached Files:

  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-container ul li {
    line-height: 20px;
    }
    .footer-container a {
    line-height: 30px;
    color:gray;
    }
    Adjust the value of line height as per requirement.
     
  7. riazahmed

    riazahmed New Member

    Joined:
    Jan 25, 2013
    Messages:
    24
    Likes Received:
    0
    Thanks Piyush, but I am a little confused with the coding.

    Where do I put the discription of the link and details within the above code?

    Could you paste a example?

    Thanks
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page