zitu4life Posted August 18, 2019 Share Posted August 18, 2019 (edited) Hello Normally we have a WHMCS calendar like this. Is it possible to remove Products/Services, Addons and Domains on the top. CSS I guess can not do that, because it is like there are an array and no ID for each Tag. Perhaps a hook can modify it to looks like this? Edited August 18, 2019 by zitu4life 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 19, 2019 Share Posted August 19, 2019 20 hours ago, zitu4life said: Normally we have a WHMCS calendar like this. ooh it's been years since anyone asked a question about the calendar in WHMCS! 21 hours ago, zitu4life said: Is it possible to remove Products/Services, Addons and Domains on the top. CSS I guess can not do that, because it is like there are an array and no ID for each Tag. Perhaps a hook can modify it to looks like this? you should be able to do it with css... #calendarcontrols label.checkbox-inline:nth-last-child(n+3) {display: none;} obviously, there's no custom.css in the admin templates by default, but as you've used a previous hook of mine to add one, so you could add the above code to that. 1 Quote Link to comment Share on other sites More sharing options...
zitu4life Posted August 19, 2019 Author Share Posted August 19, 2019 (edited) Many Thanks Brian! I have also tried to applied CSS to change bellow print background but no success, can you please check what is wrong in my CSS code: #caledit { background-color: #000; border: 1px solid #ccc; } I have inspected it on web-browser and change color to black for example background-color: #000 This community would never be the same without you here @brian! regards Edited August 19, 2019 by zitu4life 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 19, 2019 Share Posted August 19, 2019 24 minutes ago, zitu4life said: I have also tried to applied CSS to change bellow print background but no success, can you please check what is wrong in my CSS code: on the edit popup box ? it should work. 0 Quote Link to comment Share on other sites More sharing options...
zitu4life Posted August 19, 2019 Author Share Posted August 19, 2019 After using !important It works. 0 Quote Link to comment Share on other sites More sharing options...
james322232 Posted November 24, 2020 Share Posted November 24, 2020 Hello, I am going to add Calendar on my custom field. How to add calender popup on my custom field. Please help me. 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.