Could you help me with the css coding so I can have the color of the text change in the links in my textwidget widget? Thanks!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .textwidget a:hover { color: red; } In place of "red" you can put your color or color code. This will solve your issue.