Howdy, Stranger!

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


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
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
    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

    @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.