Change Text Color of Links in Widget
-
Hi, I have edited the CSS so that links on my page are light gray and blue on hover. However this also changed the links in my widget. I have been unable to find a way to make the widget links black and blue on hover.
I tried editing
.widget ul { list-style-type: none; padding: 0px; margin: 0px; }
by adding Color: #999; however nothing changes. There are 2 link CSS
/* Default Links */ a, a:active, a:visited { color: #999; text-decoration: none; } a:hover, a:focus { color: #1d9ff5; text-decoration: underline; } /* Generic Links */ .rtp-common-link, .rtp-common-link:visited, .rtp-common-link:active, .rtp-common-link span, .rtp-common-link span:visited, .rtp-common-link span:active, .rtp-common-link a, .rtp-common-link a:visited, .rtp-common-link a:active { color: #1D33F5; } .rtp-common-link:hover, .rtp-common-link:focus, .rtp-common-link span:hover, .rtp-common-link span:focus, .rtp-common-link a:hover, .rtp-common-link a:focus { color: #1d9ff5; }
I am not quite sure of the difference between Default and Generic
website: https://www.bluemountainbelle.com
I am working in the theme rtPanelThanks for your help!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change Text Color of Links in Widget’ is closed to new replies.