Jump to content

Change background of home page domain section


LadyNin

Recommended Posts

Hi,

I would like to change the background and replace with an image of the "begin the perfect search for your domain here" section on the home page. I found this thread 

but changing any of the CSS in either custom.css or styles.css makes no difference to my content. I even tested changing just the background colour but no changes. And tested in different browsers in case it was a caching issue but it isn't that. Any assistance on what I am missing greatly appreciated.

Link to comment
Share on other sites

Thank you for the reply. It only seemed to work once I put the image directly in the CSS folder. Linking to the image when it was in any other folder wouldn't work.

I was hoping you could also assist me with replacing the company name with a logo. I found the previous thread and have put this in my code but still no success. My image is called logo.png and it is in the img folder.

 

Quote

 

alternatively, you code modify header.tpl ~ line 96 and change the image filename specified in the code...


        <a href="{$WEB_ROOT}/index.php"><img src="{$WEB_ROOT}/templates/{$template}/img/logo.png" alt="{$companyname}" /></a>


 

I don't have WHMCS installed at root level so I changed the code to this but still no success. Any suggestions greatly appreciated.

<a href="{$WEB_ROOT}/index.php"><img src="{$WEB_ROOT}/clientportal/templates/{$template}/img/logo.png" alt="{$companyname}" /></a>

Thanks,

Lady Nin

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