how to change href link color and its hover color in content
Hey paulchiao!
Navigate to Dashboard > Enfold > General Styling > Main Content and change the primary and highlight colors.
If you wish to use CSS then you would do this.
.content a { color: blue !important; }
.content a:hover { color: red !important; }
Cheers!
Elliott
thanks