Styling Read More
-
Why isn’t this working to style the Read More buttons on this page?
https://lssscstaging.wpengine.com/a.wp-show-posts-read-more,
a.wp-show-posts-read-more:visited {
display: inline-block;
padding: 8px 15px;
border: 2px solid #f39200;
color: #222;
font-size: 1.0em;
text-decoration: none;
}.wpsp-read-more {
margin: 0 0 1em;
display: inline-block;
}a.wp-show-posts-read-more:hover,
a.wp-show-posts-read-more:focus {
border: 2px solid transparent;
color: #fff;
background: #f39200;
text-decoration: none;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Styling Read More’ is closed to new replies.