Buttons colors

Home Forums Legacy Support Support queries Styling issues Buttons colors

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #343979
    Usapuka
    Spectator
    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
    #344013
    Ada
    Participant
    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;
    }
    
    
    #344104
    Usapuka
    Spectator
    Hi Ada, Is working fine, you can close this item. Thanks, regards
    #344113
    Ada
    Participant
    Thank you for confirming. Closing ticket.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Buttons colors’ is closed to new replies.