Hi, I'd like for all my links to become underline and hover to a deeper green when I mouse over. As of right now all links are static and I am not sure that CSS function I need to call to get this in place. Please help. Thanks.
Hello, Please specify your issue with the help of screenshot images that on which link you want to make changes.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-content a:hover { text-decoration: underline; }