site-title color and hover color
I have entered the following in additional CSS to change color of site-title to white and to change to red at hover:
#site-title
a:active{
color: rgb(255,255,255);
}
#site-title
a:link{
color: rgb(255,255,255);
}
#site-title a:hover {
color: rgb(255, 0, 0);
}
I looks perfect on the live preview but the site-title appears in black when I go to the live site. How do I fix?
I am using Adventurous Pro and my website is http://www.newsforcatholics.info