Home › Forums › Support › Need Help in CSS This topic has 7 replies, 2 voices, and was last updated 6 months, 4 weeks ago by Ying. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 19, 2022 at 7:49 am #2317513 Sundry I tweaked the additional CSS to redesign my blog. Now due to some reasons, the button (widget bar element) on hover becomes dark. Can you please help me fix this? August 19, 2022 at 11:12 am #2317759 YingStaff Customer Support Hi Sundry, Try use a more specific selector for your CSS: .textwidget .button.light:hover { background: #333; color: #fff; } August 19, 2022 at 12:03 pm #2317816 Sundry Thanks, Ying. Do I have to replace it with any previous section or just add it? August 19, 2022 at 12:35 pm #2317848 YingStaff Customer Support Have you added or are you going to add the lightclass to other buttons that are not in the sidebar? If so, add my CSS. If not, replace your previous CSS with my CSS ๐ August 19, 2022 at 10:42 pm #2318102 Sundry I added your code at bottom of the additional CSS and customed the color a little. Just want to know if it leaves any unnecessary CSS above. August 20, 2022 at 12:11 pm #2318578 YingStaff Customer Support If you want to make sure no repeated CSS, then use this CSS only: button.light:hover { background: #333 !important; color: #fff !importan; } August 27, 2022 at 11:34 am #2325722 Sundry Thanks. August 28, 2022 at 11:43 am #2326519 YingStaff Customer Support No problem ๐ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In