Jump to content

Client Area Customization


ZAGen

Recommended Posts

21 hours ago, ZAGen said:

I would like to customize Client Login page for whmcs, make it have a background picture. Please help with code

the code would be specific to a) which template you're using in WHMCS, and b) where you want to show the background - depending on that location, you might be able to do it with custom.css, or you may need to edit a specific template.

for example, you could edit header.tpl and assign a background image to the login page...

2Hshn0k.png

the above would just require an {if} statement in the template...

Link to comment
Share on other sites

1 hour ago, brian! said:

the code would be specific to a) which template you're using in WHMCS, and b) where you want to show the background - depending on that location, you might be able to do it with custom.css, or you may need to edit a specific template.

for example, you could edit header.tpl and assign a background image to the login page...

2Hshn0k.png

the above would just require an {if} statement in the template...

Brian, Thanks for your reply. I am using Six. Do you mind helping with whole code as I don't have any coding skills, even CSS is fine I can edit the custom.css file. 

I have read some of your other replies regarding customizing navbar. 

 

Please help, thanks. 

Link to comment
Share on other sites

On 03/08/2019 at 11:03, ZAGen said:

Brian, Thanks for your reply. I am using Six. Do you mind helping with whole code as I don't have any coding skills, even CSS is fine I can edit the custom.css file. 

to get the above image, in header.tpl, I changed...

<section id="main-body"> 

to...

<section id="main-body" {if $showingLoginPage}style="background-image: url('https://maldenaccess.files.wordpress.com/2016/11/sky-web-background.jpg')"{/if}> 

obviously, don't link to someone else's image as I have here, but host it on your own site.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated