Changing link colors in a child theme
-
Hi.
I am using the rumput-hijau-theme, and I have recently made a child theme (for the first time). I want to change the link colors on my site, but when i put this code in the style.css in the child theme:a { color: #0645AD !important; } a:hover { text-decoration: underline !important; } a:visited { color: #551A8B !important; }
(which I have found in a similar thread), it changes not only the color of the links I have on my site, but also the links in the menu, the header link and the breadcrumb. What can i write to exclude these things in the code?
Or if it’s easier, how do I change the color of the menu links, the header link and the breadcrumb?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Changing link colors in a child theme’ is closed to new replies.