Home › Forums › Legacy Support › Support queries › Styling issues › Buttons colors Tagged: buttons This topic has 3 replies, 2 voices, and was last updated 3 years, 8 months ago by Ada. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 4, 2021 at 7:14 pm #343979 UsapukaSpectator Hello, Please, I would like to modify the behaviour of 2 buttons to be displayed with red background and white letters in the Calendar (Vibe-Calendar) and Forum (Vibe-help desk): https://screencast-o-matic.com/watch/crefFBW9CM. Thanks, regards March 5, 2021 at 5:17 am #344013 AdaParticipant Hi, Please add this css code in appearance>> customize>> custom css section. Adjust color code accordingly. #vibebp_member #calendar_component .vibe_fullcalendar button.fc-today-button:hover { color:#e4e0e0b2 !important; } #vibebp_member #forums_component .vibebp_sidebars a.button.is-link.new_mail { color:grey !important; } #vibebp_member #forums_component .vibebp_sidebars a.button.is-link.new_mail:hover { color:white !important; } March 5, 2021 at 10:58 am #344104 UsapukaSpectator Hi Ada, Is working fine, you can close this item. Thanks, regards March 5, 2021 at 11:20 am #344113 AdaParticipant Thank you for confirming. Closing ticket. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘Buttons colors’ is closed to new replies.