New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
WHMCS Integration Help
I have been trying to integrate WHMCS into my website. Unfortunately, the CSS I am using causes all the text to be white, so it turns invisible (Thanks to the white background). I can't find ANY way in the CSS to turn the text black, and my designer is on Vacation right now. Could somebody be so kind to help me?
Thanks.
Thanked by 1DeletedUser
Comments
Could be wrong here, but could be this:
>
Change "color: #fff;" to "color: #000;".
Hope this works!
Use chrome and right click the white text, click inspect element and it'll tell you what CSS file is controlling the color and also its line number!
That ones are for selected text, I guess, not normal text... maybe I'm wrong.
@yomero quite possibly.. I done exactly as httpzoom suggested, and just posted my findings :P. Couldn't find anywhere else stating white was the font colour.. Hope @lele0108 got it fixed either way!