Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Saguaros Moderator
    #956784

    Any screenshot for highlighted notifications menu?

    janyour Friend
    #956973

    Of course, please check those two screenshot for noifications and messages dropdown menus under proto template:


    1. Notifications
    2. Messages
    janyour Friend
    #956976

    You can also check the easysocial official demo :
    http://demo.stackideas.com/easysocial

    demo/demo

    Saguaros Moderator
    #956978

    You can add this css rule:

    div#fd.es.popbox-notifications .conversations-result .is-unread .notice-message {
        background: #f6fbff;
    }
    janyour Friend
    #956986

    Thank you, thats fixed.

    i would like to share my custom css code to fix all notifications and messages colors :

        div#fd.es.popbox-notifications .notifications-result  .is-unread .notice-message > a {
            background: #f6fbff !important;}
    
            div#fd.es.popbox-notifications .conversations-result .is-unread .notice-message > a {
            background: #f6fbff !important;     }
    
        div#fd.es.popbox-notifications .notifications-result .notice-message>a:hover{
            background: #f6f6f6 !important;   }
    
        div#fd.es.popbox-notifications .conversations-result .notice-message>a:hover {
    
            background: #f6f6f6 !important;   }
    
        html div#fd.es.view-conversations .es-content li.unread.conversation-item {
            background-color: #eaf5ff;
        }
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  janyour 8 years, 1 month ago.

The topic ‘Easysocial messages notifications dropdown’ is closed to new replies.