yes i opened a post but think i’ve got it. thanks. martha
/* wp show post button color */
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
display: inline-block;
padding: 8px 15px;
border: 2px solid #980000;
border-radius: 3px;
color: #980000;
font-size: 0.8em;
text-decoration: none;
}
a.wp-show-posts-read-more:hover {
box-shadow: 0 0 0 transparent;
display: inline-block;
padding: 8px 15px;
border: 2px solid #656f91;
background: #656f91;
border-radius: 3px;
color: #ffffff;
font-size: 0.8em;
text-decoration: none;
}