Thanks Vier.
It didn’t work for me on the for all the links. There are a number that still displayed the orange colour when you hover over theme.
Here are the work-arounds I’ve used to get rid of the orange coloured links and on hover link to the colour I wanted in version 1.0.8 of the Bulan Theme.
First, I changed every instance of the colours in the style.css but it didn’t work.
Second, I created a child theme using the plugin: Child Theme Configurator.
Third, I entered these styles with the colour I wanted. Note: I don’t know why, but they only work if I put them in as seperate entries and they don’t work if I edit the orginal css (which is not best practice anyway)
.entry-title a:hover {
color: #72AEA5;
} /* mouse over link */
.entry-content a:hover {
color: #72AEA5;
} /* mouse over link when displaying blog content as full*/
.more-link:hover,
.more-link:visited:hover {
color: #fff;
background-color: #72AEA5;
}/* mouse over button when displaying blog summary page as excerpt*/
.cat-links a:hover {
color: #72AEA5;
} /* mouse over link */
.logged-in-as a:hover {
color: #72AEA5;
} /* mouse over link */