I have 2 query web parts that pull some of the latest information throughout the site into the front page. Currently I have a script editor with the following code to set the background color for these to red. My question is, how do I set the link color to white instead of blue for easier viewing?
<style>
li.dfwp-item div {
background-color: cornflowerblue;
margin-bottom: 2%;
text-align: center;
}
li.dfwp-item div a {
color: #fff;
}
</style>
!importantor change the CSS specificity smashingmagazine.com/2007/07/…