View Full Version : Change Font Color/Sytle of Todays Birthdays
UncleGrundle
01-18-2012, 06:42 PM
Hello,
Where do I go to change the color of the font for "Today's Birthdays"?
Thanks in advance for the help!
HMBeaty
01-18-2012, 06:56 PM
Add this to your additional.css
#wgo_birthdays h3.blocksubhead {
font: whatever you want here;
}
UncleGrundle
01-18-2012, 07:06 PM
Sorry, what I forgot to mention is that I am wanting to change the color of the name of the person who's birthday it is as well.
Thank you.
HMBeaty
01-18-2012, 07:12 PM
You can probably do something like:
#wgo_birthdays a, #wgo_birthdays a:hover {
font: whatever you want here;
}
UncleGrundle
01-18-2012, 07:38 PM
You are a genius.
Thank you very much!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.