Quezler Posted April 13, 2014 Share Posted April 13, 2014 hello everyone, on whmcs.queztech.net i want to get the massive white box behind the logo transparent, so the background image goes behind the logo. i tried several things but i cannot figure out where the code for this is located, help is appreciated. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 13, 2014 Share Posted April 13, 2014 have a look at the site using Chrome... and right-click to use Inspect Element on the white parts you want to remove... they'll be in whmcs.css and look out for references to #FFFFFF 0 Quote Link to comment Share on other sites More sharing options...
CCSupport Posted April 13, 2014 Share Posted April 13, 2014 The issue you will have is that it looks like the 'background color' covers the header and body, so by removing that tag you will have transparent body as well as the header: Plus, if you do go transparent you'll need to sort that logo out too 0 Quote Link to comment Share on other sites More sharing options...
Quezler Posted April 14, 2014 Author Share Posted April 14, 2014 i already searched all files for #FFFFFF or similar, and i cant find it anywhere. as for the logo, i need that where it is now and one layer above the background image (so the logo is visible over the background) (just like it is here /http://queztech.net/multicraft/index.php?r=site/page&view=home) can anyone help me with that? (p.s. i know i can copy paste code, but i do not want to merge whmcs and multicraft, i want to keep the code apart, i just need the massive white box to go away ) 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted April 14, 2014 Share Posted April 14, 2014 #whmcsheader { background-color: transparent; } #whmcsheader .whmcscontainer { background-color: transparent; } here is your background code, put this at the end of whmcs.css file 0 Quote Link to comment Share on other sites More sharing options...
Quezler Posted April 14, 2014 Author Share Posted April 14, 2014 thank you! that worked i also got some company whmcs referred me to figure it out and they asked $90 for the answer 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.