Hi,
I don't think I am experiencing caching issues so I think I must be doing something wrong.
I have added to the site stylesheet through Admin, Site Settings the following:
/* Blog Title Links - added by Liz*/
h2.blog_title
{
font-weight: bold;
color: #006400;
font-size: 11px;
font-family: Tahoma, Arial;
text-decoration: none;
}
/* Blog Title Links - added by Liz*/
h2.blog_title:link
{
font-weight: bold;
color: #006400;
font-size: 11px;
font-family: Tahoma, Arial;
text-decoration: none;
}
/* Blog Title Links - added by Liz*/
h2.blog_title:visited
{
font-weight: bold;
color: #006400;
font-size: 11px;
font-family: Tahoma, Arial;
text-decoration: none;
}
/* Blog Title Links - added by Liz*/
h2.blog_title:active
{
font-weight: bold;
color: #006400;
font-size: 11px;
font-family: Tahoma, Arial;
text-decoration: none;
}
/* Blog Title Links - added by Liz*/
h2.blog_title:hover
{
font-weight: bold;
color: #006400;
font-size: 11px;
font-family: Tahoma, Arial;
text-decoration: underline;
}
But it has not made any difference at all. I haven't made any other changes
Thanks
Liz