Brizy + Twenty Twenty theme
I am not able to make my post links the color I want them to.
Whatever I do to the CSS, the color just does not stick.
See here:
https://emiliachebac.com/despre-paradisuri-pierdute-cu-eric-emmanuel-schmitt-interviu/
I am lost. Please help! :)
1
-
Hi PFA Razvan,
In your WordPress Dashboard under Appearance - Customize, please try adding this to Additional CSS.
/*Add link color, underline and hover color*/
p a {
color: #3581e4 !important;
text-decoration: underline;
}
p a:hover {
color: #fe4800 !important;
}1 -
Thanks! It worked!
0
Please sign in to leave a comment.
Comments
2 comments