Created
July 20, 2016 15:27
-
-
Save DigitalEssence/31c418bd2c1ab2f1af82709e90240eb6 to your computer and use it in GitHub Desktop.
WordPress - Enfold - CSS - Hide arrow in read more link and replace with other content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.more-link-arrow{display:none;} | |
.more-link:after { | |
content: " >"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment