Setting headings link color
Hi. My website is http://bfksolutions.com/handbook-for-critical-cleaning/
I am trying to figure out the css code to control the link and hover color for h4, h5, h6. Right now the links stay the color of the regular headings text. I would like to make them a different color, with a hover color.
Thanks.
Comments
can you going to theme options>colors>content and change the link color and the hover link color there?
thanks
I see that you have added a custom class to this element, if you want to change the color of the a element please target the class:
.p1 a {color:red; }