zitu4life Posted July 28, 2019 Share Posted July 28, 2019 Hello Community How can we use CSS to change admin ticket background color. WHMCS uses similar color for background and also for url links. So sometimes we do not even see some url links. PS: I already have a hook pointed to custom CSS on admin blend WHMCS should improve this template. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 28, 2019 Share Posted July 28, 2019 9 minutes ago, zitu4life said: How can we use CSS to change admin ticket background color. WHMCS uses similar color for background and also for url links. So sometimes we do not even see some url links. if you want to change the reply background color... #ticketreplies .reply {background-color: #f7fafd;} give it another hex code value and if it doesn't work, add important! to it. 1 Quote Link to comment Share on other sites More sharing options...
zitu4life Posted July 28, 2019 Author Share Posted July 28, 2019 it works!!! appreciate that. 0 Quote Link to comment Share on other sites More sharing options...
zitu4life Posted July 28, 2019 Author Share Posted July 28, 2019 And for ticket url color links we could CSS it or it will CSS url color on entire system ? @brian! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 28, 2019 Share Posted July 28, 2019 25 minutes ago, zitu4life said: And for ticket url color links we could CSS it or it will CSS url color on entire system ? try... #ticketreplies a.autoLinked {background: #FF99FF;} that would give any link in the reply a pink highlighter background... 😲 1 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.