1
kcorr
text can't be seen in News module, can't find a way to change it
  • 2007/1/28 16:39

  • kcorr

  • Just popping in

  • Posts: 2

  • Since: 2007/1/28


On my site, kcorr.com, I've got a problem with the News module, or perhaps it's just with the theme I've chosen (which I want to keep). News articles that are posted have the text in the same color as the background, or nearly so. There don't seem to be options to change font/background in the Preferences pane. What should I do? Thanks.

2
martyboy
Re: text can't be seen in News module, can't find a way to change it
  • 2007/1/28 19:40

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hello, you have to edit your themes css file to change text colors. locate: style.css within the themes folder and open it in notepad or something, find this bit of code: (yours may look slightly different)

body
{
    
color#000000;
    
font-familyArial,Tahoma,Verdana,Sans-serif;
    
background-color#787878;
    
margin0px;
    
font-size12px;
    
background-repeatno-repeat;
    
background-attachmentfixed;
}


change the color value to #000000 which will make the text black, you can find other color values by searching for html color values on google.

Alternatively look for this bit of code (or similar) within style.css

.itemBody
{
}

If there is something like background-color: #ffffff; (or whatever the green color is) change it to #000000 which will make the item background black.

Play around until you get colors that suite you.
Michael Jackson = King Of Pop

Xoops = King Of CMS

Login

Who's Online

299 user(s) are online (182 user(s) are browsing Support Forums)


Members: 0


Guests: 299


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits