Hello,
I'm sorry if I'm missing something obvious, but it doesn't seem to be working:
}
#top .portfolio-title, .portfolio-sort-container .inner-entry, .ajax_loading, .ajax-control a, .inner_column, .ajax_slide .inner_slide, #top .ajax_slide .slideshow, #top .inner-entry .slideshow, .ajax_slide .entry-content {
background-color: #fcf2fc;
}
.portfolio-title a {
width: 202px;
height: 38px;
display: block;
position: relative;
padding: 18px 0 0 30px;
}
.portfolio-title a:hover {
background: #4f044f;
}
.portfolio-title a:hover {
color: #ffffff;
text-decoration: none;
}
I'd like the font colour to be white when the hover color is purple.
Thanks SO much.