Link in the footer info box

Home Forums Perfect Forum Link in the footer info box

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #86523
    ritterkristiritterkristi
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: October 23, 2017

    Is there a way to make text become a link in the footer info box? I’ve placed my Facebook link there and want it to be a link to my Facebook page. Any code? My website is at http://040aa5c.netsolhost.com/WordPress/.

    Thanks,
    Kristi

    #86538
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    #footer .contact-info .box a { cursor: pointer; position: relative; z-index: 1;}

    Kindly use this code there.

    <a href="ADD YOUR FACEBOOK URL HERE"><i class="fa fa-facebook" aria-hidden="true"></i></a>

    Regards,
    Chris

    #86556
    ritterkristiritterkristi
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: October 23, 2017

    Hello – So I pasted the Custom CSS in its right spot. Where do I put the code? I tried it in the CSS spot and within the footer itself but neither worked to make the F a hyperlink to my facebook page.

    Thanks for further assistance.

    #86557
    ritterkristiritterkristi
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: October 23, 2017

    Actually it now worked – just took a bit! Thanks!

    #86579
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.