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.
imageimageimage

Comments

  • Hello,
    can you going to theme options>colors>content and change the link color and the hover link color there?
    thanks
  • Hi. 
    I have the link color and hover link color already set to how I want them. 
    My problem is that when a link is set with h1-h6 headings, the color stays the same as regular h1-h6 text. I was wondering if there is css code I could add that would tell h1-h6 linked text to have a different color and hover color? I can't find those options in the options>colors section.
    Thanks
  • Sorry there is no possibility to do that, you can only change the colors of the headings in theme options>colors>headings.
    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; }
Sign In or Register to comment.