I don't touch the CSS, I have only modify the variable in admincp -> style & template.
I will check what you suggest me.
thanks!
--------------- Added [DATE]1357907358[/DATE] at [TIME]1357907358[/TIME] ---------------
Hi WorldCraft!
I checked the CSS and this is the output:
Code:
.toplinks ul.isuser .notifications .popupbody li a{
/*color: {vb:stylevar navbar_selected_popup_body_a_Color};*/
color: #333;
padding: 0 {vb:math {vb:stylevar padding}/2};
font-weight: normal;
background:{vb:stylevar navbar_popup_link_background};
border-top:1px solid {vb:stylevar navbar_tab_background.backgroundColor}; /* makes it look consistent with the popup background */
/*position: relative;*/
text-align: {vb:stylevar left};
padding-{vb:stylevar left}: 30px;
line-height: {vb:stylevar navbar_tab_size.height}px;
}
Code:
.toplinks .nonotifications .popupbody a {
background: {vb:stylevar navbar_popup_link_background};
color: {vb:stylevar navbar_selected_popup_body_a_Color};
float: none;
clear: none;
padding: 0 {vb:math {vb:stylevar padding}/2};
margin-{vb:stylevar left}: 0;
text-align: {vb:stylevar left};
line-height: {vb:stylevar navbar_tab_size.height}px;
}
I don't would restore the default code because the founder has edited them some mounth ago. I would only know what I have to fix for set the color #000000 to the text.
Can you help me?
Thanks a lot for all your support!