This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Dear Xstore,
On our News Page, how can we change the “Continue Reading” as highlighted. i.e. we would like to remove the arrow, underlining and replace this with our gold colour as the hover colour.
Could you please help.
screenshot in the Private Content.
Hello,
Please try to use:
.read-more:hover:before, .read-more:hover:after {
display: none;
}
.content-center .read-more:hover, .wp-picture .blog-mask-inner .btn:hover {
color: #a67033;
border-color: #a67033;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up