Dear Ben,
Thank you for your speedy and thorough reply! I’m think I get the gist of it, and just change the red / orange to the hex colour values to select a colour. I don’t seem to be able to get the code to actually run though. This is my child theme, which says its active, and updated. Is there a further button lurking somewhere I might need to press?
Thanks again,
Lewis
/*
Theme Name: Tracks Child
Template: tracks
*/
@import url(“../tracks/style.min.css”);
/* =Theme customization starts here */
.entry .wp-caption-text {
font-size: 16px;
line-height: 1.5;
color: #4d4d4;
}
.menu-primary-items a,
.menu-primary-items a:link,
.menu-primary-items a:visited,
.menu-secondary-items a,
.menu-secondary-items a:link,
.menu-secondary-items a:visited {
color: orange;
}
.menu-primary-items a:active,
.menu-primary-items a:hover,
.menu-primary-items a:focus,
.menu-secondary-items a:active,
.menu-secondary-items a:hover,
.menu-secondary-items a:focus {
color: red;
}