Read more colour change
-
I would like to change the colour of the Read More button from the standard blue colour to another colour. I have tried the following but it doesn’t work. Can anyone assist?
a.readmore {
border: 1px solid #DF4737;
color: #fff;
display:inline-block;
float: right;
background: #DF4737;
background-image: none;
}
a.readmore:hover {
background: #DF4737;
background-image: none;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Read more colour change’ is closed to new replies.