Tagged: CSS
Hi, can anyone tell me why the following css is not working to change link colors on just one page?
.page-id-3989 a:link {
color: #ff0000;
text-decoration: underline;
}
Thanks
Hi!
Try using this code instead:
.page-id-3989 a {
color: #ff0000 !important;
text-decoration: underline !important;
}
Cheers!
Josue
Hi, thanks, but no change here.
Any further suggestions? (By the way, I’m adding that in the custom.css file, not the Quick CSS box)
Nigel
Hi Nigel,
Can you post the link to your website please?
Regards,
Josue
Yay! Thanks. It worked :-)