Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


WHMCS Integration Help
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.

WHMCS Integration Help

lele0108lele0108 Member
edited April 2012 in General

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.

CSS: http://vortexunit.com/css/style1.css

Thanked by 1DeletedUser

Comments

  • VPNshVPNsh Member, Host Rep
    edited April 2012

    Could be wrong here, but could be this:

    ::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
    }

    >

    ::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
    }

    Change "color: #fff;" to "color: #000;".

    Hope this works!

    Thanked by 1lele0108
  • CloudxtnyHostCloudxtnyHost Member, Host Rep

    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!

  • @liamwithers said: Change "color: #fff;" to "color: #000;".

    That ones are for selected text, I guess, not normal text... maybe I'm wrong.

  • VPNshVPNsh Member, Host Rep

    @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! :)

Sign In or Register to comment.