Hi, Cannot seem to locate and change the hover color of the "bottom featured area" button. Have changed the .button-def colors, and that is fine now, but the hover eludes me. website: http://www.pnanetwork.com Your help is appreciated. Thank you, David
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .button-def:hover { background: red; background-color: red; } In place of "red" you can put your color or color code. This will solve your issue.