How can I change the color of the font and the hover color for the areas shown in the attachment? Thanks for your help.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content h2 a:hover{ color:red; } .feature-content h2 a{ color:blue; } Thanks & Regards Gourav Shrivastava
The codes you gave me addresses the feature description titles. Thanks for that. In the JPG file, I mentioned that I also wanted to change the hovering color for the links in the footer area. What are the codes for this?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer a:hover{ color:blue!important; } Thanks & Regards Gourav Shrivastava