I am looking to change the color of the 4 object titles (H3) that are in my homepage page content. I would like to make them darker so that when hovered they are still visable. As of right now they go white because that is that I want the rest of my links to do. Any help would be great
@goalieman34 You need to use the same selector for each rule, because of the nature of the cascade, the selector that follows the most branches of the family tree will override the others...In other words, you need to select the CHILD 'a' instead of the PARENT 'h3' you do that the same way you changed the HOVER pseudo selector.
I am looking to change the color of the 4 object titles (H3) that are in my homepage page content. I would like to make them darker so that when hovered they are still visable. As of right now they go white because that is that I want the rest of my links to do. Any help would be great
site: quigleycontracting.squarespace.com
Example:
If you wanted to change ALL H3 tags.
This is what i have so far: