changing the text color inside left module?? |
![]() ![]() |
changing the text color inside left module?? |
Feb 19 2005, 07:10 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 58,280 |
I have a black background on my xanga, and now I can't see the text like "name:, metro: " and all of that stuff in my left module. is there any way to change it so it's a different color?
here're the codes I have in my custom header. helpp! This post has been edited by Spiritedfreak: Feb 20 2005, 03:41 PM |
|
|
|
Feb 19 2005, 09:06 PM
Post
#2
|
|
|
|P || ||\/|| |P ![]() ![]() ![]() Group: Member Posts: 50 Joined: Feb 2005 Member No: 101,240 |
ok...i dont know if this is wut you mean...but:
*go into your 'Look and Feel' *scroll down to the 6th section labeled: 'Left Side Modules' *change the 'interior' color by clicking on 'see colors' (in that row) to find a different color than black *if you want to keep the background of that module black...then change the module text by clicking on the 'see colors' (in that row) and changing that color to a different one than black i hope this is wut you were looking for...if not then im sry i wasnt any help |
|
|
|
Feb 19 2005, 10:55 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,357 Joined: Jul 2004 Member No: 28,115 |
I don't think you need a code.
In your look&feel section, you just have to edit that... it's in the left side module section... |
|
|
|
Feb 20 2005, 03:36 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Jan 2005 Member No: 85,023 |
QUOTE(lalapaloser @ Feb 19 2005, 7:10 PM) I have a black background on my xanga, and now I can't see the text like "name:, metro: " and all of that stuff in my left module. is there any way to change it so it's a different color? here're the codes I have in my custom header. helpp! <style type="text/css"> /* Pretty Pink Please StyleSheet */ /* by Moni (xanga.com/advillavigne) */ /*http://blogring*/ body { background-color: #000000; scrollbar-arrow-color: #7FFF00; scrollbar-track-color: #000000; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #7FFF00; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; cursor:crosshair } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px tahoma; line-height:10px; color:#7FFF00; letter-spacing:0px; text-align:justify; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #000000; font: bold 15px arial black; text-transform: lowercase; color: #ffffff; border: #7FFF00; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: arial black; text-transform: lowercase; font-size:30px; line-height:20px; font-weight:bold; color:#ffffff; letter-spacing:0px; background-color: #000000; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #7FFF00; font:normal 11px tahoma;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#7FFF00; font:normal 11px tahoma; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#7FFF00; font:normal 10px arial; line-height:10px; cursor: ne-resize; filter: fliph; height: 0px } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #7FFF00; font:normal 10px arial; background-color: #000000; letter-spacing:0px; color: #7FFF00 } table.left { /* this edits the menu module */ border: 3px double #7FFF00; width:160px; background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #7FFF00; background-color: #000000; width:400px; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #000000; border: #ffffff; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 3px double #7FFF00; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 3px double #7FFF00; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 3px double #7FFF00; } </style> <style type="text/css"> a:hover{border:3px double limegreen} </style> <br clear="all"> <img src="http://www.toxin.org/cgi-bin/count_hugs.cgi?hug=Bonnie" height="40" width="240" title="HUGS"> <br clear="all"> *HUGS* TOTAL! <a href="http://www.toxin.org/cgi-bin/hugs.cgi?&HUGS=yes&hug=Bonnie">give Caitlin more *HUGS*</a> <br><small><a href="http://www.toxin.org/cgi-bin/gethugs.cgi">Get hugs of your own</a></small><br clear="all"> <style type="text/css"> a:link,a:visited{color:limegreen} a:active{color:limegreen} </style> <!-- Cursors provided by http://www.xanga.com/xquizit_442 --> <style>body, a:hover{cursor: url(http://xquizit.cbstaff.com/cursors/cursor_white.cur);}</style><div align="center">Cursors by <a href="http://xanga.com/xquizit_442">Xquizit_442</a></div> <!-- begin code provided by createblog.com --> <style type="text/css"> /* Did You Know? Remover - xanga.com/add_ons */ Table.Announcements TD {display: none;}; </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody i, .standard i, p i, em { font-weight: italic; color: black;} </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #7FFF00; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> #profName{color:#000000} #profCountry{color:#000000} #profBirthday{color:#000000} #profGender{color:#000000} #profInterests{color:#000000} #profExpertise{color:#000000} #profOccupation{color:#000000} #profIndustry{color:#000000} #profEmail{color:#000000} #profMember{color:#000000} </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <table border="1" cellspacing="0" cellpadding="10" width="100%" class="header"> <tr> <td colspan=30 align="left"> <font face=tahoma><font size=7>That's all it takes to buy a gun</font></font> </marquee> </td> </tr> </table> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script language="JavaScript"> var message="So warm and clear, I'm restless to escape."; function click(e) { if (document.all) { if (event.button==2||event.button==3) { alert(message); return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // --> </SCRIPT> <!-- end code provided by createblog.com --> <style type="text/css"> table.header { width: 100%; background-color: black; border: 3px double #7FFF00; } </style> What u do is go to ur Look & Feel page.. Scroll down to where u have all ur Modules and shit.. then if ur Module Text is in color BLACK, change it to WHITE. Aye it happened to me be4 i know exactly what ya mean. i didnt ask for help cus i searched first to see if there was a way to change the text color like name, b-day.. etc.. my bg on my modules are all black. |
|
|
|
Feb 20 2005, 03:43 PM
Post
#5
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
In this part...
Fix to |
|
|
|
Feb 21 2005, 11:55 PM
Post
#6
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Oct 2004 Member No: 58,280 |
I did what you said to do and change the font from arial black to arial + the color I want, but the font's name is Arial Black. anyway, I changed it to just arial and it still didn't change the color of my module text.
My Xanga, please help!! |
|
|
|
![]() ![]() |