Erik,
Do I add those lines of code at the end of what I already entered or do I replace everything by what you are giving me.
This is what I have in my custom css
.primary-navigation li:hover > a, .primary-navigation li.focus > a {
background-color: #ff0000;
color: #fff;
}
a {
color:#ff0000;
}
.search-toggle, .search-toggle:hover, .search-toggle.active, .search-box {
background-color: #ff0000;
}
.entry-meta .tag-links a:hover {
background-color: #ff0000;
}
.entry-meta .tag-links a:hover:before {
border-right-color: #ff0000
}
a:active, a:hover {
color: #ff0000;
}
Thanks for the help