my current font color when my posts are displayed is black. the background is a dark grey, so it is sort of hard to see. I looked through my colors section to only see the css, anyone know the css code to change my black color to white? this is for an ipb forum if that matters
5 posters
css for post body ipb
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
- Post n°2
Re: css for post body ipb
Hi,
Try adding this code in Admin CP > Display > Colors > CSS...
Try adding this code in Admin CP > Display > Colors > CSS...
- Code:
.post-entry {
color: #fff;
}
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
- Post n°3
Re: css for post body ipb
I found that section in the css and it didn't change the color or anything that I could see
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°4
Re: css for post body ipb
Link to your forum?
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
- Post n°5
Re: css for post body ipb
Mini8ightforum.forumotion.com
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°6
Re: css for post body ipb
The font color is white on your forum.
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
- Post n°7
Re: css for post body ipb
Dunno where u see it being white. In the rules and such it is because I changed it to white when I posted. But I don't want it to where everyone has to do such a thing.
midoweb96- Forumember
- Posts : 166
Reputation : 12
Language : Css - Html - Jquery
- Post n°8
Re: css for post body ipb
try this . css
- Code:
.post-entry div {color:#fff;}
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
- Post n°9
Re: css for post body ipb
Thank you midoweb. That worked.
SLGray- Administrator
- Posts : 51554
Reputation : 3524
Language : English
Location : United States
- Post n°10
Re: css for post body ipb
tyhodge11 wrote:Thank you midoweb. That worked.
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.