Welcome to Gaia! ::

Did the "visual aid" help you?

Yes. 0.85948026948989 85.9% [ 1786 ]
No. 0.14051973051011 14.1% [ 292 ]
Total Votes:[ 2078 ]
<< < 1 2 ... 39 40 41 42 43 44 45 46 ... 69 70 71 > >>
How come my date on the comments section is still in italics ? And why can't I change the font size for the caption ?
yuinm
How come my date on the comments section is still in italics ? And why can't I change the font size for the caption ?
To change the italics, you'd change the #comments .date to a different font style, like normal or oblique (or whatever value I forgot, you might know), as so for example-
#comments .date{font-style:normal;}

As for the font-size of the caption in the comments, try using the .postcontent instead, as so-
#comments .postcontent{font-size:8px!important;}
Thanks ^^ I'll change it right now . heart
Hmm, my dates are still italic : O
I don't see the code that Swell gave you anywhere in your profile codes and filter is spelt wrong in this line of code.

Code
#profile img {filiter: gray;}
i cant make the "journal" dissapear , it's still there if i use
#journal{display:none;}

also , can anyone give me a code for scrolling , wishlist's ?
the scroll tutorial whas very hard to understand gonk

Remember ; when you're having a sad day , someone is having even a sadder day
You have no comment specific codes on your comments, you have an extra pound sign on some of your selectors. Specifically speaking, the one you are having issues with. You also have a V2 selector on your V1 profile ( #id_wishlist instead of #wishlist )
Code
##journal{display:none;}


To set a scroll for any section, set the height property and set the overflow property to a value of "auto".
Im not really understanding what your saying , about the journal thing.
-im not good at v1 profiles-

if you are saying i should have the ##journal[display:none;} , then that isint working.


#wishlist{overflow: scroll; overflow-x: auto; overflow-y: auto; height: 123px;}

The height isint aa set number , i just need it to see if it works , then if it does i'll change the height.

Remember ; when you're having a sad day , someone is having even a sadder day
can anyone give me the code to remove the equiplist on my pro
I am saying that you have "##journal", when it should be "#journal" as the selector ( the same goes for another of your selectors ).

Also for the wishlist you only need to set the height and overflow

Example

Code
#wishlist
{ height: 100px; overflow: auto;}


There is no need to set the overflow-x and overflow-y if you set the overflow and vice versa.


For Fanpys,

Code
#equipped_id
{ display: none;}
Thank you for the journal thing.

But the wishlist isint working D;

Remember ; when you're having a sad day , someone is having even a sadder day
ty ..and does profile message still work? if it do can u tell me the code
Because you have plain text in your profile. If there is anything in your profile that is not specifically code then either remove it or set it to a comment. To set an item to a comment you wrap it in "/*" and "*/"

Example

Code
/*Dont take any codes please,
no touchy !*/


For Fanpys, no the profile caption currently does not work.
oh one more thing what is the code to put a background in the multimedia part
The third and fifth posts of this thread should be able to answer that question.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get Items
Get Gaia Cash
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff