Thanks so much for your reply. Here is the CSS I’ve got. I don’t see the “important” line, but there are some references to the “box-shadow.” I guess I’ll try to remove those one and at a time and see what happens. (I’m not very informed on CSS and had added a few things via other instructions for specific reasons.) Again, I appreciate your response.
.cta {
display: none;
}
blockquote {
font-style: normal;
}
nav.main-nav a.cta {
background: #fff;
color: #006085;
border: 2px solid #fcdae9;
}
h4.p-role {
display: none;
}
nav.main-nav a.cta:hover {
background: #fcdae9;
color: #00A0DC;
}
nav.main-nav a, #footer a, #post-nav a, p a{
box-shadow: inset 0 -2px 0 #00A0DC;
}
nav.main-nav a:hover, #footer a:hover, #post-nav a:hover, p a:hover {
box-shadow: inset 0 -25px 0 #00A0DC;
}
p {
font-size: .95em;
}