Jump to content

Change Colour and Image of Domain Checker Search Box


Rigsby

Recommended Posts

The current orange colour doesn't match my theme. Please can someone tell me of a hook so I can change both the colour of the search box and the globe image.

you don't need a hook, and I doubt you could use one anyway for this.

 

to change the orange colour and/or bg, use a custom.css entry...

 

https://developers.whmcs.com/themes/css-styling/

 

.domain-checker-bg {
   margin: 0;
   padding: 80px 0;
   background-repeat: no-repeat;
   background-position: 110% -5px;
   background-image: url('../img/globe.png');

any browser developer tool (e.g view element) should help you find what to change. :idea:

Link to comment
Share on other sites

  • 4 weeks later...

Hi,

 

custom.css would go inside your custom template folder, which for you would be /templates/six/css/custom.css - there should already be a custom.css file in the folder that is blank (apart from some header text)...

 

/* *****************************************************

   ** Custom Stylesheet **

   Any custom styling you want to apply should be
   defined here.

***************************************************** */

Link to comment
Share on other sites

  • 2 weeks later...

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