how to change link colors in Pilcrow theme?
-
Hi and thanks in advance for any help you can provide.
I’m very new to CSS and am pulling my hair out trying to figure this out. I want to change the link colors from #1c9bdc to #000080 (for now — just trying to learn the process — there’s a lot I’d like to change).
I have created a child theme and uploaded the required style.css per WP Codex, including adding the @import rule.
I have tried adding the following after the @import:
a:link {
color: #000080 !important;
text-decoration: none;
}…as well as variations including .widget, .widget-area, etc, based on posts I’ve found in the Forum, but no luck — nothing changes.
Am I completely overlooking something?
BTW, the site in question is https://serialjones.com
Thanks again.
- The topic ‘how to change link colors in Pilcrow theme?’ is closed to new replies.