How change button color
Unsolved
Technical Support
-
color change code when mouse cursor is over button
-
@onur-baran for text, background, or both ? And which button ?
-
@phenomlab both new topic and reply buttons
-
@onur-baran New Topic
#new_topic { background: #000000; }
Reply button (note that this shares a common class, so may also impact other buttons)
.btn-primary { background: #000000; border-color: #666666; }
Obviously, replace the # values with the ones you actually want.
-
@phenomlab ty
Copyright © 2024 NodeBB | Contributors