Tagged: x Author Posts April 11, 2016 at 2:36 pm #877044 president75Participant Hello, I changed the color of the .x-scrollTop, but when we step over (hover) the icon keeps the color (# c46709) and the arrow turns black. Thank you The added code is as follows: .x-scroll-top { border: 2px solid #c46709; color: #c46709; opacity: 1; filter: alpha(opacity=100); zoom: 1; } Where am I wrong !? April 11, 2016 at 2:36 pm #877045 president75Participant This reply has been marked as private. April 12, 2016 at 1:18 am #877720 RupokMember Hi there, Thanks for writing in! The default hover color is as follows and you didn’t change this yet : .x-scroll-top:hover { color: #272727; } So add the below code with your existing code : .x-scroll-top:hover { color: #c46709; } Hope this helps. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-877044 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In