easyswiss Posted January 8, 2010 Share Posted January 8, 2010 Hi, I need to edit the v4 design, to make the header white, the headertext dark and insert our company logo (graphic). How can i do this and which files i need to edit? Thank you. Sorry.. my english is bad 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted January 8, 2010 Share Posted January 8, 2010 The navy-colored top bar is colored inside an image. This image is templates/portal/images/bg_background.gif. You can edit the text color used in the top bar in the file templates/portal/style.css, line 22: .header{color:#1a4d80;font-size:14px;font-weight:700;} Just change that color code in the desired one. For placing an image in the header, you can edit the templates/portal/header.tpl file, line 13. Add your image in that line, like: <div id="company_title"><img src="templates/portal/images/header.gif" alt="header" /></div> 0 Quote Link to comment Share on other sites More sharing options...
easyswiss Posted January 8, 2010 Author Share Posted January 8, 2010 Many thanks I will try it 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 8, 2010 WHMCS Support Manager Share Posted January 8, 2010 http://wiki.whmcs.com/Customising_WHMCS 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.