Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Has someone figured out how to change/rename “read more” button (I have Insight template)?
Look for this code in your template.
.read-more {
display: table;
text-align: center;
text-transform: uppercase;
padding: 6px 38px;
height: 32px;
font-size: 13px;
line-height: 32px;
margin: 30px auto 15px;
background: #FF453E;
color: #FFFFFF;
border-radius: 3px;
}
The bright orange is #FF453E