C Chris Smith New member Jan 8, 2015 #1 Hi, I am unable to change the background color when I hover over the inbox and alert dropdown items. As you can see in the image below, it is displaying red. Can someone show me how to change this?
Hi, I am unable to change the background color when I hover over the inbox and alert dropdown items. As you can see in the image below, it is displaying red. Can someone show me how to change this?
Amaury Well-known member Jan 8, 2015 #2 Code: .navPopup .PopupItemLinkActive:hover { background-color: [YOUR COLOR]; } Upvote 0 Downvote