Hide footer social links

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Feb 11, 2015.

Thread Status:
Not open for further replies.
  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I hide the social links in Footer?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey deveshd,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_social_icons {
    display: none;
    }
    Thanks,
    Praveen
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Is there a way I can put text in that place where the social icons are?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi deveshd!

    Please follow the screenshot given below.

    businessgrow_add_text_to_footer_social_link.png

    HTML:
    <div class="footer_custom_text">
      Write your text here...
    </div>
    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_custom_text {
    float: right;
    padding-top: 30px;
    }
    Thanks,
    Praveen
     
  5. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    I added following code but my link is still not clickable. What am I doing wrong?

    <div class="footer_custom_text">
    You made it this far! You deserve a <a href="http://www.idea2inception.com">SPECIAL!</a>
    </div>
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey deveshd!

    Your code is correct.
    I have used this code and it redirect me to the link specified in the anchor tag.
    Please watch the video link.
    http://screenpresso.com/=Amtec

    Thanks,
    Praveen
     
  7. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    not sure why that happened but I changed link to a linked image and it works perfect now, thanks!
     
Thread Status:
Not open for further replies.

Share This Page