BuddyDev

Search

[Resolved] BuddyPress Live Notification plugin – How to style colors?

  • Participant
    Level: Enlightened
    Posts: 42
    r08 on #37080

    BuddyPress Live Notification plugin – I don’t think this plugin comes with a settings page. Is there a way to style the colors of the popup notifications? Can you provide the CSS class names to target the background and the text color of the popup?

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #37100

    Hi,
    Thank you for the question.

    If you are comfortable with CSS, you can use this to inspect
    https://developer.chrome.com/docs/devtools/css/

    and apply the css. Then you can use the same in Dashboard->Appearance->Customize->Additional CSS.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 42
    r08 on #37152

    Yes, I have used it. The notifications disappear after the second so it will be hard t use the inspector to select them. But I will try.

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #37248

    Hi,
    We are using the following css.

    https://github.com/sbrajesh/bp-live-notification/blob/master/assets/vendors/achtung/ui.achtung.css

    It is part of the library we are using for popup. Please feel free to override it.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved