PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Notification Color



Edward Norton
15.10.2017, 16:07
a last question for today, how do i change this yellow color in red ?

2092

Thanks a lot

Admin
15.10.2017, 16:28
a last question for today, how do i change this yellow color in red ?
2092
Thanks a lot

In ACP Styles & Templates / Search in Templates:
write .notifications { and click on Find. (above - RBC Wood must be selected)

double click on vbulletin-chrome.css

Find:


.notifications {
font-size:{vb:stylevar small_fontSize};
color: {vb:stylevar toplinks_link_color};
border-bottom-{vb:stylevar left}-radius: 5px;
border-bottom-{vb:stylevar right}-radius: 5px;
background: #ffeb90;
}

and change background: #ffeb90; as you like it.



best regards ...

Edward Norton
15.10.2017, 17:12
You're doing a good job here.

what do you mean?
2093

Admin
15.10.2017, 17:46
You're doing a good job here.
what do you mean?
2093

I would say this will go wrong, if you have not also changed the link hover color. ;)

Find:


.toplinks .notifications a.popupctrl:hover {
padding-top: 3px;
color: #cfc09e;
}

Replace with:


.toplinks .notifications a.popupctrl:hover {
padding-top: 3px;
color: #ffffff;
}

best regards .....

Edward Norton
15.10.2017, 20:03
You guys know what you are doing :daumenhoch:
I am here in good hands.