I added both the .entry-content and .widget a codes but I don’t see any changes in my font color. I also added !important; to the end of the codes but it didn’t make a difference.
Am I putting it the right place?
Theme Name: Preus-child
Description: Child Theme of Preus Plus
Author: Katie
Template: preus-plus
(optional values you can add: Theme URI, Author URI, Version)
*/
@import url(“../preus-plus/style.css”);
.entry-content{
color: #595959; !important;
}
.widget a {
color: #595959; !important;
}