“read more” button
-
Is there a way to change the text color of the “read more” buttons “before” hover?
I have a dark theme, and before hover, the text is almost the same color as my background. I would like to be able to change the text color on the “read more” button. How can I achieve this?
Just to note, I have tried editing the css file:
a.wp-show-posts-read-more,
a.wp-show-posts-read-more:visited {
display: inline-block;
padding: 8px 15px;
border: 2px solid #222;
border-radius: 3px;
color: #fad169;
font-size: 0.8em;
text-decoration: none;
}.wpsp-read-more {
margin: 0 0 1em;
display: inline-block;
color: #fad169;
}Which doesn’t appear to work like I thought it would.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘“read more” button’ is closed to new replies.