HI de DIY Diva,
To change those, you need to do it via custom CSS. Use following CSS code:
/* Read More button*/
.site .more-button a:hover,
.site .more-button a:focus,
.reply a:hover,
.reply a:focus {
background-color: #0acbee;
border-color: #0acbee;
}
/* Search toggle and Date of the blogs on the frontpage */
#search-toggle:hover,
#search-toggle:focus,
#main .entry-meta a:hover,
#main .entry-meta a:focus,
#main .entry-meta .posted-on a:hover,
#main .entry-meta .posted-on a:focus,
.entry-footer a:hover, .entry-footer a:focus {
color: #0acbee;
}
/* lining of the search word entering space */
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
border-color: #0acbee;
}
/* Portfolio title */
#portfolio .hentry .entry-title a:hover, #portfolio .hentry .entry-title a:focus, #portfolio .hentry .entry-meta a:hover, #portfolio .hentry .entry-meta a:focus {
color: #0acbee;
}
To top color should be manageable from Appearance=> Customize=> Color Options=> Scrollup color
Let me know how it goes.
Regards,
Pratik