simyseng Posted January 5, 2019 Share Posted January 5, 2019 I am using custom.css to modify some css settings. I am able to get most of the parts working, but somehow the homepage's #home-banner is not working for me. My code is #home-banner { background-color: #111111; } #home-banner .btn.search { background-color: #111111; } But the page is just not changing to reflect this. Can someone help? 0 Quote Link to comment Share on other sites More sharing options...
simyseng Posted January 6, 2019 Author Share Posted January 6, 2019 I'm adding an image of the developer's tools. It seems that the custom.css is not called for #home-banner. When I checked-off the one under all.min.css, then the custom.css is called. Why is that so? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 8, 2019 Share Posted January 8, 2019 On 05/01/2019 at 20:07, simyseng said: Can someone help? the screenshots should have given you the clue - or checking all.css (not used by WHMCS) for how they are defined by default. 🙂 section#home-banner { background-color: #111111; } section#home-banner .btn.search { background-color: #111111; } 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.