Change link color for p links without altering button or menu link colors
-
Hi there,
I’m working on a site using Hestia (thanks, it looks lovely) andam having problem altering the link colors. I want text links to use a darker color than our accent color, but don’t want to alter the color of the footer links, header links or button links. This is the code I’ve tried:
`div.blog-post a:not(.wp-block-button, .wp-block-button__link){
color:#401abd !important;
}div.blog-post a:not(.wp-block-button, .wp-block-button__link) a:hover{
color:#261070 !important;
}’Can you help me figure out why it’s not working?
Thanks,
Gemma
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change link color for p links without altering button or menu link colors’ is closed to new replies.