Currently, my main text is grey and my hyperlink text color is black (and the hover is yellow). I would like the following: Text - Black Hyperlink - Blue Hover on hyperlink - Yellow Please advise.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body,p,h1,h2,h3,h4,h5,span{ color: black !important; } a{ color: blue !important; } a:hover{ color: yellow !important; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Thank you so much Yogesh. I really appreciate prompt support of the Inkthemes team! I didn't realize how the link text would effect my menus, etc. Would it be possible to just have the hyperlink text in the body of pages and posts to be blue?