Notifier popup help

I'm not really sure what this popup message box is called, so I really have no clue where to start modifying it.

while logged in, if a friend logs in, someone sends you mail or someone views your profile, a small notifier box pops up in the top right corner of the page tell you so.

This box is semi transparent with the lettering in full resolution. there is like some type of black glow around the username to make the white lettering stand out, only problem is, the lettering color was changed by the template. There was a time that while changing text colors in other areas of the site, that the color was changed back to white, but as you can imagine, it caused tons of other visibility issues throughout the site.

So here is my problem, I need to know where the code is that is connected directly with that popup box that request the CSS code. I need to write a new CSS code just for that popup so that it doesn't effect the rest of the site. This has been a thorn in my side for over a year now and it's really getting under my skin.

If anyone can fix this issue for me (do what I said above) I and willing to pay to have the job completed properly. I do not want any other text codes changed at this time, but a new CSS code written and the pointer changed.

Please let me know if you can help. Thanks in advance,

Mel

Quote · 18 Feb 2014

No body knows anything about this at all? Where can I turn when no body knows about a certain part of Dolphin like this. This little glitch of text color makes my site look very cheesy and Boonex and Dolphin's names are all over it. You would think they would want to help make their product look good.

Quote · 25 Feb 2014

PM me the site and i'll have a look for you...  

and send back the code if i can.

or jump on skype when you get a minute.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 25 Feb 2014

Yes, I would have been willing to help as well. 

Geeks, making the world a better place
Quote · 25 Feb 2014

Jay, you know the site, you host it... hehehe!

As far as help, I thank you both in advance for any help possible. I have posted this same topic 3 times now and no one seems to ever reply to it.

You guys are both awesome.

Mel

Quote · 25 Feb 2014

Look in  yourtemplate/css/general.css;

div.notifi_window div.notifi_content {

    color:
    text-shadow:

yourtemplate/css/anchor.css

div.notifi_window a, {

color:

Quote · 25 Feb 2014

Thanks rhimpr,

I ended up adding 

 

div.notifi_window a,

div.notifi_window a:link,

div.notifi_window a:visited {

        color:#FFF;

        text-decoration:underline;

}

 

    div.notifi_window a:hover {

        text-decoration:none;

    }

to anchore.css of his custom template and all worked out.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 26 Feb 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.