Hi, how can I change the “read more” link that is shown here – http://screencast.com/t/HpsHD6rub9Y – to a button with #2846aa color and on hove it will change to #00a59b?
It is a blog post element.
Thanks.
Hi DROR!
Looks like you already got it sorted. You can add this CSS to add the hover effect.
.page .read-more-link a:hover { background-color: red !important; color: white !important; }
Regards,
Elliott
Great, thanks :)