Rigsby Posted May 6, 2017 Share Posted May 6, 2017 Hello : ) 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. Many thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 6, 2017 Share Posted May 6, 2017 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. 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted June 2, 2017 Share Posted June 2, 2017 Hello Brian, thanks again but it doesn't work for me. The pad where I have placed the custom.css file is: public_html/clients/assets/css I also have try to place it in the WP Theme option - Custum Codes. No result 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 2, 2017 Share Posted June 2, 2017 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. ***************************************************** */ 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted June 2, 2017 Share Posted June 2, 2017 This is what i have been doing. But still it doesn't work. /home/........../public_html/clients/templates/six/css/custom.css 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 2, 2017 Share Posted June 2, 2017 see other thread! 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted June 16, 2017 Share Posted June 16, 2017 (edited) Hi Brian, I solve the issue Thanks for helping out. Edited June 16, 2017 by hostxls 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.