Not Solved MyAlerts - Changing -Alert(0) color.
#1
Not Solved
Hi,

I've looked around the code/css for MyAlerts and I can't find where to changed the text color/style for the text "-Alerts(0)" that appears in my case on the info-bar.

Does anyone know where I can change color and font style (it's shadowed)?

Thanks,
- Rich -
Reply
#2
Not Solved
if it is shadowed then that is due to the style used in your theme!
anyway, you can use #unreadAlerts_menu (in alerts.css) to change the color of alerts menu
give forum url and test user account if you need precise suggestion
Reply
#3
Not Solved
Tanks,
I was able to change it in "myalerts_headericon" template. I changed this:
<a href="{$mybb->settings['bburl']}/usercp.php?action=alerts" class="unreadAlerts myalerts_popup_hook" id="unreadAlerts_menu">{$lang->myalerts_alerts} ({$mybb->user['unreadAlerts']})</a>

to this:

<a href="{$mybb->settings['bburl']}/usercp.php?action=alerts" class="unreadAlerts myalerts_popup_hook" id="unreadAlerts_menu"><Font color="#A9A9A9" style="text-shadow: 0px 0px #000000;">&nbsp{$lang->myalerts_alerts} ({$mybb->user['unreadAlerts']})</a>

Which worked fine and adding style="text-shadow: 0px 0px #000000;" to global.css gets rid of the text problem in popup too.

Thanks,
- Rich -
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)