Question:

How do you unhide your friends on a layout that hides them?? plez THNX?

by  |  earlier

0 LIKES UnLike

I have a layout that hides my friends what code can i use to unhide them??

 Tags:

   Report

3 ANSWERS


  1. Add

    <style>

    .friendSpace {display: block!important; visibility: visible!important;}

    </style>

    to the bottom of the who i'd like to meet section. This should overrule the style in the layout.


  2. <style type="text/css">

    .friendSpace {display:visible;}

    </style>

    Add that, and it may unhide them,

    if not, look through your code for something like that, and change {display:none} to {display:visible}

    :D

  3. you can use your birth date on year you where born try 1995 or 0000 or my favorite 1234

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions